aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIgor Minar2013-07-30 17:29:35 -0700
committerIgor Minar2013-07-30 17:29:35 -0700
commita7ae292e39713cb351431b5a430f7fa721019e32 (patch)
treeee8f6afc3fa5612cd4c196e3703fb9b53e805842 /docs
parent58c0415a53a038376500bd78e4bda77cb9d16294 (diff)
downloadangular.js-a7ae292e39713cb351431b5a430f7fa721019e32.tar.bz2
docs(error): improve the cacheFactory/iid.ngdoc
Diffstat (limited to 'docs')
-rw-r--r--docs/content/error/cacheFactory/iid.ngdoc5
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`.