From ce014390e882870a3142b398c6642cf861d6084b Mon Sep 17 00:00:00 2001 From: fnuesse Date: Sun, 4 Nov 2018 17:32:16 +0100 Subject: remove all tags on show-all selection Signed-off-by: fnuesse --- js/app/controllers/menu.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'js') diff --git a/js/app/controllers/menu.js b/js/app/controllers/menu.js index 7efcf1e6..f2c94bf8 100644 --- a/js/app/controllers/menu.js +++ b/js/app/controllers/menu.js @@ -115,6 +115,9 @@ $scope.delete_time=0; $rootScope.$broadcast('set_delete_time', $scope.delete_time); } + if(string === "all"){ + $scope.selectedTags =[]; + } $rootScope.$broadcast('filterSpecial',string); //close settings when item is selected -- cgit v1.2.3