/
githubmirror
/
angular.js
Обзор
Документация
Войти
/
githubmirror
/
angular.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v1.6.7
src/ng/locale.js
12 строк
293 B
Lucas Galfaso
refactor($locale): use en-us as generic built-in locale
31 июл 2015, 23:07
31 июл 2015, 23:07
7b8a16b
Код
Авторство
О чём код?
'use strict'; /** * @ngdoc service * @name $locale * * @description * $locale service provides localization rules for various Angular components. As of right now the * only public api is: * * * `id` – `{string}` – locale id formatted as `languageId-countryId` (e.g. `en-us`) */