aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorWesley Cho2013-05-23 11:22:55 -0400
committerIgor Minar2013-07-11 17:27:36 -0700
commitb0d5f062e316370c7ac57cfd628d085015a8187d (patch)
treeeb3391aafa990e0ea04ea42804f7b97111fb8ad2 /src/AngularPublic.js
parent2c0753225a506185bf8b09b344e7615957009f02 (diff)
downloadangular.js-b0d5f062e316370c7ac57cfd628d085015a8187d.tar.bz2
fix(ngSubmit): expose $event to ngSubmit callback
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index d281a2d5..2ecaee84 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -87,7 +87,6 @@ function publishExternalAPI(angular){
ngPluralize: ngPluralizeDirective,
ngRepeat: ngRepeatDirective,
ngShow: ngShowDirective,
- ngSubmit: ngSubmitDirective,
ngStyle: ngStyleDirective,
ngSwitch: ngSwitchDirective,
ngSwitchWhen: ngSwitchWhenDirective,