retrieve more articles in expanded view

This commit is contained in:
Athou
2013-05-22 12:19:24 +02:00
parent 6a568aa5e5
commit f340e1818f

View File

@@ -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;