Merge pull request #504 from smajl/patch-1
Add angular-dynamic-locale registry and override
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"main": "dist/tmhDynamicLocale",
|
||||
"files": ["dist/**/*"],
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.0.7"
|
||||
},
|
||||
"shim": {
|
||||
"dist/tmhDynamicLocale": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -31,6 +31,7 @@
|
||||
"angular-decorate": "github:innit/angular-decorate",
|
||||
"angular-decorators": "npm:angular-decorators",
|
||||
"angular-deferred-bootstrap": "github:philippd/bower-angular-deferred-bootstrap",
|
||||
"angular-dynamic-locale": "github:lgalfaso/angular-dynamic-locale",
|
||||
"angular-es6-di": "github:tengyifei/angular-es6-di",
|
||||
"angular-file-upload": "github:danialfarid/angular-file-upload-bower",
|
||||
"angular-formly": "github:formly-js/angular-formly",
|
||||
|
||||
Reference in New Issue
Block a user