Add ngInfiniteScroll
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"directories": {
|
||||
"lib": "build"
|
||||
},
|
||||
"main": "ng-infinite-scroll",
|
||||
"shim": {
|
||||
"ng-infinite-scroll": {
|
||||
"deps": ["angular"]
|
||||
}
|
||||
},
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"angular": "^1.2.0"
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user