diff options
| author | Peter Bacon Darwin | 2014-02-06 13:33:42 +0000 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 | 
| commit | 2e641ac49f121a6e2cc70bd3879930b44a8a7710 (patch) | |
| tree | 11d52a598b7de52f7c31a1cc4405cba53f0a46ea /src/ng/cacheFactory.js | |
| parent | 1ca22a3dc8a469dc81718e5f0ae28225a2b7f7b2 (diff) | |
| download | angular.js-2e641ac49f121a6e2cc70bd3879930b44a8a7710.tar.bz2 | |
docs(bike-shed-migration): convert doctype and names
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 | 
