More pagesize

This commit is contained in:
Nils Maier 2014-02-20 09:28:47 +01:00 committed by hamza zia
parent e733e0043d
commit 007191cfc1

View File

@ -167,7 +167,7 @@ function(
// max downloads shown in one page
scope.pageSize = 10;
scope.pageSize = 32;
// current displayed page
scope.currentPage = 1;