forked from Archives/Athou_commafeed
remember last category used
This commit is contained in:
@@ -46,7 +46,7 @@ function($scope, FeedService, CategoryService, MobileService) {
|
||||
|
||||
$scope.open = function() {
|
||||
$scope.sub = {
|
||||
categoryId: 'all'
|
||||
categoryId: $scope.sub.categoryId
|
||||
};
|
||||
$scope.isOpen = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user