diff options
| author | Misko Hevery | 2011-11-10 18:47:47 -0800 | 
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:18 -0800 | 
| commit | b09595a3c12ba761772084b94767b635c5bbfaf2 (patch) | |
| tree | a86f45599ee86964ea2bd09e5c336280ef98a769 /src/Angular.js | |
| parent | f6d98f1472338a77b2f146087bcb8560f472e5d1 (diff) | |
| download | angular.js-b09595a3c12ba761772084b94767b635c5bbfaf2.tar.bz2 | |
fix(doc) cleanup all api doc link warnings
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 8 | 
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Angular.js b/src/Angular.js index 69a5e4ca..66b592f2 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -99,9 +99,9 @@ var $$scope           = '$scope',      angularDirective  = extensionMap(angular, 'directive', lowercase),      /** @name angular.widget */      angularWidget     = extensionMap(angular, 'widget', shivForIE), -    /** @name angular.service */ +    /** @name angular.module.NG */      angularInputType  = extensionMap(angular, 'inputType', lowercase), -    /** @name angular.service */ +    /** @name angular.module.NG */      angularCallbacks  = extensionMap(angular, 'callbacks'),      nodeName_,      uid               = ['0', '0', '0'], @@ -571,7 +571,7 @@ function isLeafNode (node) {   * * If  `source` is not an object or array, `source` is returned.   *   * Note: this function is used to augment the Object type in Angular expressions. See - * {@link angular.Array} for more information about Angular arrays. + * {@link angular.module.NG.$filter} for more information about Angular arrays.   *   * @param {*} source The source that will be used to make a copy.   *                   Can be any type, including primitives, `null`, and `undefined`. @@ -629,7 +629,7 @@ function copy(source, destination){   * that begin with `$` are ignored.   *   * Note: This function is used to augment the Object type in Angular expressions. See - * {@link angular.Array} for more information about Angular arrays. + * {@link angular.module.NG.$filter} for more information about Angular arrays.   *   * @param {*} o1 Object or value to compare.   * @param {*} o2 Object or value to compare.  | 
