diff options
Diffstat (limited to 'src/ngLocale/angular-locale_en-gb.js')
| -rw-r--r-- | src/ngLocale/angular-locale_en-gb.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ngLocale/angular-locale_en-gb.js b/src/ngLocale/angular-locale_en-gb.js index f97e342a..4a0f59ac 100644 --- a/src/ngLocale/angular-locale_en-gb.js +++ b/src/ngLocale/angular-locale_en-gb.js @@ -1,3 +1,4 @@ +'use strict'; angular.module("ngLocale", [], ["$provide", function($provide) { var PLURAL_CATEGORY = {ZERO: "zero", ONE: "one", TWO: "two", FEW: "few", MANY: "many", OTHER: "other"}; $provide.value("$locale", { |
