aboutsummaryrefslogtreecommitdiffstats
path: root/src/AngularPublic.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/AngularPublic.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/AngularPublic.js')
-rwxr-xr-xsrc/AngularPublic.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js
index 15f9cbca..03d465ff 100755
--- a/src/AngularPublic.js
+++ b/src/AngularPublic.js
@@ -44,6 +44,7 @@ function publishExternalAPI(angular){
'isNumber': isNumber,
'isElement': isElement,
'isArray': isArray,
+ '$$minErr': minErr,
'version': version,
'isDate': isDate,
'lowercase': lowercase,