Merge pull request #242 from smajl/ng-table

Add ng-table registry and override
This commit is contained in:
Guy Bedford
2015-03-05 01:00:15 +02:00
2 changed files with 17 additions and 0 deletions
@@ -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!"]
}
}
}
+1
View File
@@ -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",