diff options
| author | Misko Hevery | 2011-11-14 14:59:24 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:20 -0800 |
| commit | 94e1a07b28629c19c51ed41fc8181b985741ffa1 (patch) | |
| tree | faa6fb7cf6af456e458ad2f866996926ea749486 /src/Angular.js | |
| parent | ac73e8877e557e191f09e2f86cd3a118cc8a5d8e (diff) | |
| download | angular.js-94e1a07b28629c19c51ed41fc8181b985741ffa1.tar.bz2 | |
doc(rename): NG_LOCALE -> ngLocale
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index 9c506d78..deac0a41 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -958,7 +958,7 @@ function ngModule($provide, $injector) { $provide.value('$widget', angularWidget); // load the LOCALE if present - $injector.invoke(null, angularModule.NG_LOCALE || function(){ + $injector.invoke(null, angularModule.ngLocale || function(){ $provide.service('$locale', $LocaleProvider); }); |
