choose bookmarklet reading order

This commit is contained in:
Athou
2013-07-03 07:32:18 +02:00
parent 55d342861f
commit 4565a7c43f
30 changed files with 221 additions and 162 deletions

View File

@@ -1272,6 +1272,7 @@ function($scope, CategoryService, AnalyticsService) {
AnalyticsService.track();
$scope.CategoryService = CategoryService;
$scope.categoryId = 'all';
$scope.order = 'desc';
} ]);