remember last category used

This commit is contained in:
Athou
2013-07-10 17:02:41 +02:00
parent 244261917c
commit 93ac963351

View File

@@ -46,7 +46,7 @@ function($scope, FeedService, CategoryService, MobileService) {
$scope.open = function() {
$scope.sub = {
categoryId: 'all'
categoryId: $scope.sub.categoryId
};
$scope.isOpen = true;
};