mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-03-06 12:11:02 +01:00
add torrents list view pagination
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
*/
|
||||
vm.getMovieTopInfo = function () {
|
||||
vm.moviesInfo = TorrentsService.query({
|
||||
limit: 8
|
||||
limit: 16
|
||||
}, function (items) {
|
||||
vm.movieTopList = items;
|
||||
}, function (err) {
|
||||
|
||||
Reference in New Issue
Block a user