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.open = function() {
|
||||||
$scope.sub = {
|
$scope.sub = {
|
||||||
categoryId: 'all'
|
categoryId: $scope.sub.categoryId
|
||||||
};
|
};
|
||||||
$scope.isOpen = true;
|
$scope.isOpen = true;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user