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/ngResource/resource.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/ngResource/resource.js')
| -rw-r--r-- | src/ngResource/resource.js | 2 | 
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 | 
