From f340e1818faef4f5709d9cac11afc3cc7f7f771d Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 22 May 2013 12:19:24 +0200 Subject: [PATCH] retrieve more articles in expanded view --- src/main/webapp/js/controllers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index dc86375f..b906c7c0 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -513,7 +513,7 @@ function($scope, $stateParams, $http, $route, $window, EntryService, SettingsSer } }); - $scope.limit = SettingsService.settings.viewMode == 'title' ? 10 : 3; + $scope.limit = SettingsService.settings.viewMode == 'title' ? 10 : 5; $scope.busy = false; $scope.hasMore = true;