Merge pull request #958 from masterspambot/master
Added angular-permission library
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"main": "index",
|
||||
"format": "cjs",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.4.8"
|
||||
},
|
||||
"shim": {
|
||||
"angular-permission": {
|
||||
"deps": [
|
||||
"angular"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,7 @@
|
||||
"angular-mocks": "github:angular/bower-angular-mocks",
|
||||
"angular-next": "github:robianmcd/angular-next",
|
||||
"angular-nvd3": "github:krispo/angular-nvd3",
|
||||
"angular-permission": "github:Narzerus/angular-permission",
|
||||
"angular-recursion": "github:marklagendijk/angular-recursion",
|
||||
"angular-resource": "github:angular/bower-angular-resource",
|
||||
"angular-restmod": "github:platanus/angular-restmod",
|
||||
|
||||
Reference in New Issue
Block a user