diff options
Diffstat (limited to 'src/ng/cacheFactory.js')
| -rw-r--r-- | src/ng/cacheFactory.js | 14 | 
1 files changed, 6 insertions, 8 deletions
| diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index 0e887c81..32d179b4 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -1,8 +1,8 @@  'use strict';  /** - * @ngdoc object - * @name ng.$cacheFactory + * @ngdoc service + * @name $cacheFactory   *   * @description   * Factory that constructs cache objects and gives access to them. @@ -156,8 +156,7 @@ function $CacheFactoryProvider() {    /**     * @ngdoc method -   * @name ng.$cacheFactory#info -   * @methodOf ng.$cacheFactory +   * @name $cacheFactory#info     *     * @description     * Get information about all the of the caches that have been created @@ -175,8 +174,7 @@ function $CacheFactoryProvider() {    /**     * @ngdoc method -   * @name ng.$cacheFactory#get -   * @methodOf ng.$cacheFactory +   * @name $cacheFactory#get     *     * @description     * Get access to a cache object by the `cacheId` used when it was created. @@ -194,8 +192,8 @@ function $CacheFactoryProvider() {  }  /** - * @ngdoc object - * @name ng.$templateCache + * @ngdoc service + * @name $templateCache   *   * @description   * The first time a template is used, it is loaded in the template cache for quick retrieval. You | 
