diff options
| author | Pete Bacon Darwin | 2013-07-08 14:42:18 +0100 |
|---|---|---|
| committer | Ken Sheedlo | 2013-07-18 14:02:36 -0700 |
| commit | ef4458a798b6736050436bb63e5a5c90ce958790 (patch) | |
| tree | a5de290b21233fee14edd826ed3b30a28d9da8b8 /src/AngularPublic.js | |
| parent | cd36cd86fcbb8fec873a1fe3e513965d4dc0b557 (diff) | |
| download | angular.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-x | src/AngularPublic.js | 1 |
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, |
