Add ng-table override

This commit is contained in:
Jan Peša
2015-03-04 23:43:43 +01:00
parent 2fc150f9cb
commit 110f610e7f
@@ -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!"]
}
}
}