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!"]
}
}
}