Merge pull request #242 from smajl/ng-table
Add ng-table registry and override
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"main": "ng-table",
|
||||
"directories": {
|
||||
"lib": "dist"
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.2.0",
|
||||
"css": "*"
|
||||
},
|
||||
"shim": {
|
||||
"ng-table": {
|
||||
"deps": ["angular", "./ng-table.css!"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -168,6 +168,7 @@
|
||||
"ng-infinite-scroll": "github:sroze/ngInfiniteScroll",
|
||||
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
|
||||
"ng-sortable": "github:a5hik/ng-sortable",
|
||||
"ng-table": "esvit/ng-table",
|
||||
"nodelibs": "github:jspm/nodelibs",
|
||||
"normalize.css": "github:necolas/normalize.css",
|
||||
"nprogress": "github:rstacruz/nprogress",
|
||||
|
||||
Reference in New Issue
Block a user