From 93ac963351248e85899286f83772690fd93bcdd9 Mon Sep 17 00:00:00 2001 From: Athou Date: Wed, 10 Jul 2013 17:02:41 +0200 Subject: [PATCH] remember last category used --- 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 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; };