diff options
| author | Misko Hevery | 2012-03-09 15:12:48 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-03-11 21:31:35 -0700 |
| commit | 3e5377f4f3b1d0f06af50e21026835bee0556b4a (patch) | |
| tree | 156df16f60ddf501df847050946d9ed0765967d2 /src/Angular.js | |
| parent | 488a03631eb69794fd158f3f0df34d936084aec4 (diff) | |
| download | angular.js-3e5377f4f3b1d0f06af50e21026835bee0556b4a.tar.bz2 | |
doc(fixes): to better support ng-directive notation
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index 7ab0e7f6..cdffcf1d 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -818,7 +818,7 @@ function encodeUriQuery(val, pctEncodeSpaces) { * @name angular.module.ng.$compileProvider.directive.ng-app * * @element ANY - * @param {angular.Module} module on optional application + * @param {angular.Module} ng-app on optional application * {@link angular.module module} name to load. * * @description |
