From 1072b57551866b110f1a7500e6d1607139eafde7 Mon Sep 17 00:00:00 2001 From: nihgwu Date: Sat, 15 Aug 2015 11:19:39 +0800 Subject: [PATCH] #185 set repo pageSize to 10 --- client/app/repo/list/list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/app/repo/list/list.js b/client/app/repo/list/list.js index 035d892..ab1a593 100644 --- a/client/app/repo/list/list.js +++ b/client/app/repo/list/list.js @@ -62,7 +62,7 @@ query: function () { return { sortby: 'mobile', - limit: 2, + limit: 10, page: 1 }; }, @@ -83,4 +83,4 @@ $stateProvider.state(listState); } -})(); \ No newline at end of file +})();