diff options
| author | Misko Hevery | 2012-03-13 16:14:58 -0700 |
|---|---|---|
| committer | Misko Hevery | 2012-03-13 16:59:10 -0700 |
| commit | e9e3ee012b50f868f4cd68f3571560680998a19b (patch) | |
| tree | a025cd1d4d28ea786e0e0978ab283526ee841ece /src/AngularPublic.js | |
| parent | de9464c1431906883bdf180fb00615e6fa371577 (diff) | |
| download | angular.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.js | 2 |
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, |
