From 9c0225512c63ebfc37e6408cc155d9da1fe682c9 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 26 Oct 2010 15:35:58 -0700 Subject: fixes IE related failures, and form submit event handling in ie --- test/directivesSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/directivesSpec.js') 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('
' + - '' + + '' + '
'); scope.$eval(); expect(scope.submitted).not.toBeDefined(); -- cgit v1.2.3