diff --git a/js/app/controllers/menu.js b/js/app/controllers/menu.js index 13a5c8f5..2b757fc2 100644 --- a/js/app/controllers/menu.js +++ b/js/app/controllers/menu.js @@ -149,9 +149,8 @@ $scope.delete_time=0; $rootScope.$broadcast('set_delete_time', $scope.delete_time); } - if(string === "all"){ - $scope.selectedTags =[]; - } + $scope.selectedTags =[]; + $rootScope.$broadcast('filterSpecial',string); //close settings when item is selected