diff --git a/src/main/webapp/js/controllers.js b/src/main/webapp/js/controllers.js index bd8bc9a9..16eb6b0a 100644 --- a/src/main/webapp/js/controllers.js +++ b/src/main/webapp/js/controllers.js @@ -46,7 +46,7 @@ function($scope, FeedService, CategoryService, MobileService) { $scope.open = function() { $scope.sub = { - categoryId: 'all' + categoryId: $scope.sub.categoryId }; $scope.isOpen = true; };