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",
|
"msgs": "github:cujojs/msgs",
|
||||||
"mustache": "github:janl/mustache.js",
|
"mustache": "github:janl/mustache.js",
|
||||||
"net": "github:jspm/nodelibs-net",
|
"net": "github:jspm/nodelibs-net",
|
||||||
|
"ng-infinite-scroll": "github:sroze/ngInfiniteScroll",
|
||||||
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
|
"ng-multi-transclude": "github:zachsnow/ng-multi-transclude",
|
||||||
"ng-sortable": "github:a5hik/ng-sortable",
|
"ng-sortable": "github:a5hik/ng-sortable",
|
||||||
"nodelibs": "github:jspm/nodelibs",
|
"nodelibs": "github:jspm/nodelibs",
|
||||||
|
|||||||
Reference in New Issue
Block a user