add torrents list view pagination

This commit is contained in:
OldHawk
2017-04-26 13:06:05 +08:00
parent a81f1c17d7
commit 652a00faf5
6 changed files with 150 additions and 92 deletions

View File

@@ -51,7 +51,7 @@
*/
vm.getMovieTopInfo = function () {
vm.moviesInfo = TorrentsService.query({
limit: 8
limit: 16
}, function (items) {
vm.movieTopList = items;
}, function (err) {