From a7ae292e39713cb351431b5a430f7fa721019e32 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 30 Jul 2013 17:29:35 -0700 Subject: docs(error): improve the cacheFactory/iid.ngdoc --- docs/content/error/cacheFactory/iid.ngdoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/content/error/cacheFactory/iid.ngdoc') 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`. -- cgit v1.2.3