diff options
Diffstat (limited to 'test/AngularSpec.js')
| -rw-r--r-- | test/AngularSpec.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/AngularSpec.js b/test/AngularSpec.js index 444b9448..b58705cc 100644 --- a/test/AngularSpec.js +++ b/test/AngularSpec.js @@ -454,9 +454,8 @@ describe('angular', function(){ return this.childNodes[1]; }; - angularInit({autobind: 'child'}, dom); - delete dom.getElementById; //make IE and sortedHtml happy + angularInit({autobind: 'child'}, dom); expect(sortedHtml(dom)).toEqual('<div foo="{{1+2}}">{{2+3}}' + '<div bar="7" id="child" ng:bind-attr="{"bar":"{{3+4}}"}">'+ |
