aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/directive/ngEventDirsSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/ng/directive/ngEventDirsSpec.js')
-rw-r--r--test/ng/directive/ngEventDirsSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/directive/ngEventDirsSpec.js b/test/ng/directive/ngEventDirsSpec.js
index c42f9b26..4aa09fc5 100644
--- a/test/ng/directive/ngEventDirsSpec.js
+++ b/test/ng/directive/ngEventDirsSpec.js
@@ -9,7 +9,7 @@ describe('event directives', function() {
});
- describe('ng-submit', function() {
+ describe('ngSubmit', function() {
it('should get called on form submit', inject(function($rootScope, $compile) {
element = $compile('<form action="" ng-submit="submitted = true">' +