diff options
| author | Misko Hevery | 2010-10-26 15:35:58 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-10-26 16:33:59 -0700 |
| commit | 9c0225512c63ebfc37e6408cc155d9da1fe682c9 (patch) | |
| tree | 4973f6c57b801c71cbc93d7d993887ff6d3f9558 /test/directivesSpec.js | |
| parent | 40d7e66f408eaaa66efd8d7934ab2eb3324236a1 (diff) | |
| download | angular.js-9c0225512c63ebfc37e6408cc155d9da1fe682c9.tar.bz2 | |
fixes IE related failures, and form submit event handling in ie
Diffstat (limited to 'test/directivesSpec.js')
| -rw-r--r-- | test/directivesSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/directivesSpec.js b/test/directivesSpec.js index 34dcbf8d..fa2abd46 100644 --- a/test/directivesSpec.js +++ b/test/directivesSpec.js @@ -206,7 +206,7 @@ describe("directives", function(){ describe('ng:submit', function() { it('should get called on form submit', function() { var scope = compile('<form action="" ng:submit="submitted = true">' + - '<input id="submit" type="submit"/>' + + '<input type="submit"/>' + '</form>'); scope.$eval(); expect(scope.submitted).not.toBeDefined(); |
