aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorWesley Cho2013-05-23 11:22:55 -0400
committerIgor Minar2013-07-11 17:24:30 -0700
commit3371fc254a9698eae35bb6f8f1ee9c434ae761e2 (patch)
treeeff3ae4ac470ce86986eecd0c8a5d7b514f345f2 /src/AngularPublic.js
parent09a1e7af129880cab89a2f709f22a7286f52371e (diff)
downloadangular.js-3371fc254a9698eae35bb6f8f1ee9c434ae761e2.tar.bz2
fix(ngSubmit): expose $event to ngSubmit callback
Diffstat (limited to 'src/AngularPublic.js')
-rwxr-xr-xsrc/AngularPublic.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index 53ad5aab..15f9cbca 100755
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -88,7 +88,6 @@ function publishExternalAPI(angular){
ngPluralize: ngPluralizeDirective,
ngRepeat: ngRepeatDirective,
ngShow: ngShowDirective,
- ngSubmit: ngSubmitDirective,
ngStyle: ngStyleDirective,
ngSwitch: ngSwitchDirective,
ngSwitchWhen: ngSwitchWhenDirective,