diff options
Diffstat (limited to 'src/ng/cacheFactory.js')
| -rw-r--r-- | src/ng/cacheFactory.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index c91ffce7..de8004f2 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -1,6 +1,6 @@ /** * @ngdoc object - * @name angular.module.ng.$cacheFactory + * @name ng.$cacheFactory * * @description * Factory that constructs cache objects. @@ -153,12 +153,12 @@ function $CacheFactoryProvider() { /** * @ngdoc object - * @name angular.module.ng.$templateCache + * @name ng.$templateCache * * @description * Cache used for storing html templates. * - * See {@link angular.module.ng.$cacheFactory $cacheFactory}. + * See {@link ng.$cacheFactory $cacheFactory}. * */ function $TemplateCacheProvider() { |
