aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngResource/resource.js
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-07-08 14:42:18 +0100
committerKen Sheedlo2013-07-18 14:02:36 -0700
commitef4458a798b6736050436bb63e5a5c90ce958790 (patch)
treea5de290b21233fee14edd826ed3b30a28d9da8b8 /src/ngResource/resource.js
parentcd36cd86fcbb8fec873a1fe3e513965d4dc0b557 (diff)
downloadangular.js-ef4458a798b6736050436bb63e5a5c90ce958790.tar.bz2
feat(Angular): provide minErr as public property
This allows us to use minErr in other modules, such as resource and sanitize.
Diffstat (limited to 'src/ngResource/resource.js')
-rw-r--r--src/ngResource/resource.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngResource/resource.js b/src/ngResource/resource.js
index 134c1a03..92cbcd16 100644
--- a/src/ngResource/resource.js
+++ b/src/ngResource/resource.js
@@ -1,6 +1,6 @@
'use strict';
-var ngResourceMinErr = minErr('ngResource');
+var ngResourceMinErr = angular.$$minErr('ngResource');
/**
* @ngdoc overview