Skip to content

Commit

Permalink
#185 set repo pageSize to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
nihgwu committed Aug 15, 2015
1 parent a11ccb9 commit 1072b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/repo/list/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
query: function () {
return {
sortby: 'mobile',
limit: 2,
limit: 10,
page: 1
};
},
Expand All @@ -83,4 +83,4 @@
$stateProvider.state(listState);
}

})();
})();

0 comments on commit 1072b57

Please sign in to comment.