aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.js
diff options
context:
space:
mode:
authorMisko Hevery2012-03-13 16:14:58 -0700
committerMisko Hevery2012-03-13 16:59:10 -0700
commite9e3ee012b50f868f4cd68f3571560680998a19b (patch)
treea025cd1d4d28ea786e0e0978ab283526ee841ece /src/AngularPublic.js
parentde9464c1431906883bdf180fb00615e6fa371577 (diff)
downloadangular.js-e9e3ee012b50f868f4cd68f3571560680998a19b.tar.bz2
feat(compile): allow ngForm on attribute and class
#feature - ngForm directive can now be used with element, class, and attributes
Diffstat (limited to 'src/AngularPublic.js')
-rw-r--r--src/AngularPublic.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index d0a0e045..c922c5e2 100644
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -80,7 +80,7 @@ function publishExternalAPI(angular){
ngClassOdd: ngClassOddDirective,
ngCloak: ngCloakDirective,
ngController: ngControllerDirective,
- ngForm: formDirective,
+ ngForm: ngFormDirective,
ngHide: ngHideDirective,
ngInclude: ngIncludeDirective,
ngInit: ngInitDirective,