Merge pull request #504 from smajl/patch-1

Add angular-dynamic-locale registry and override
This commit is contained in:
Guy Bedford
2015-07-29 16:51:22 +02:00
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,13 @@
{
"main": "dist/tmhDynamicLocale",
"files": ["dist/**/*"],
"registry": "jspm",
"dependencies": {
"angular": "^1.0.7"
},
"shim": {
"dist/tmhDynamicLocale": {
"deps": ["angular"]
}
}
}
+1
View File
@@ -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",