Add ngInfiniteScroll

This commit is contained in:
Amitava
2015-01-29 08:52:50 +05:30
parent 27a2585655
commit 07c11cf02e
2 changed files with 16 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"directories": {
"lib": "build"
},
"main": "ng-infinite-scroll",
"shim": {
"ng-infinite-scroll": {
"deps": ["angular"]
}
},
"registry": "jspm",
"dependencies": {
"angular": "^1.2.0"
}
}
+1
View File
@@ -131,6 +131,7 @@
"msgs": "github:cujojs/msgs",
"mustache": "github:janl/mustache.js",
"net": "github:jspm/nodelibs-net",
"ng-infinite-scroll": "github:sroze/ngInfiniteScroll",
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
"ng-sortable": "github:a5hik/ng-sortable",
"nodelibs": "github:jspm/nodelibs",