diff options
| author | Igor Minar | 2013-07-30 17:29:35 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-07-30 17:29:35 -0700 | 
| commit | a7ae292e39713cb351431b5a430f7fa721019e32 (patch) | |
| tree | ee8f6afc3fa5612cd4c196e3703fb9b53e805842 /docs/content/error/cacheFactory/iid.ngdoc | |
| parent | 58c0415a53a038376500bd78e4bda77cb9d16294 (diff) | |
| download | angular.js-a7ae292e39713cb351431b5a430f7fa721019e32.tar.bz2 | |
docs(error): improve the cacheFactory/iid.ngdoc
Diffstat (limited to 'docs/content/error/cacheFactory/iid.ngdoc')
| -rw-r--r-- | docs/content/error/cacheFactory/iid.ngdoc | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/docs/content/error/cacheFactory/iid.ngdoc b/docs/content/error/cacheFactory/iid.ngdoc index e3f32166..838ff75e 100644 --- a/docs/content/error/cacheFactory/iid.ngdoc +++ b/docs/content/error/cacheFactory/iid.ngdoc @@ -3,5 +3,6 @@  @fullName Invalid ID  @description -This error occurs when trying to create a new `cacheFactory` object with a  -specified cache ID, but the cache ID is already taken.
\ No newline at end of file +This error occurs when trying to create a new `cache` object via {@link api/ng.$cacheFactory} with an ID that was already used to create another cache object. + +To resolve the error please use a different cache ID when calling `$cacheFactory`. | 
