diff options
| author | Misko Hevery | 2010-03-22 21:29:57 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-03-22 21:29:57 -0700 |
| commit | 6ff550cfa9524bbb124d10caf1fc13c911ab3b4b (patch) | |
| tree | d76902a8bd2bac2d2064daee7e605ed59e625179 /test/CompilerSpec.js | |
| parent | a8227086748e37c31c1bb71dec50c96d63c45eef (diff) | |
| download | angular.js-6ff550cfa9524bbb124d10caf1fc13c911ab3b4b.tar.bz2 | |
all angular.js directives now work
Diffstat (limited to 'test/CompilerSpec.js')
| -rw-r--r-- | test/CompilerSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CompilerSpec.js b/test/CompilerSpec.js index 3ea2e473..57b597c4 100644 --- a/test/CompilerSpec.js +++ b/test/CompilerSpec.js @@ -40,7 +40,7 @@ describe('compiler', function(){ directives.directive = function(expression, element){ log += "found"; expect(expression).toEqual("expr"); - expect(element.element).toEqual(e); + expect(element[0]).toEqual(e); return function initFn() { log += ":init"; }; |
