diff options
Diffstat (limited to 'src/ng/cacheFactory.js')
| -rw-r--r-- | src/ng/cacheFactory.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/cacheFactory.js b/src/ng/cacheFactory.js index 1c23e063..7fcf81ff 100644 --- a/src/ng/cacheFactory.js +++ b/src/ng/cacheFactory.js @@ -28,7 +28,7 @@ function $CacheFactoryProvider() {      function cacheFactory(cacheId, options) {        if (cacheId in caches) { -        throw ngError(10, "CacheId '{0}' is already taken!", cacheId); +        throw minErr('$cacheFactory')('iid', "CacheId '{0}' is already taken!", cacheId);        }        var size = 0, | 
