Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/app/controllers/menu.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/app/controllers/menu.js b/js/app/controllers/menu.js
index 4785007e..dc5d49f3 100644
--- a/js/app/controllers/menu.js
+++ b/js/app/controllers/menu.js
@@ -110,7 +110,9 @@
}
};
+ $scope.clickedNavigationItem='all';
$scope.filterCredentialBySpecial = function (string) {
+ $scope.clickedNavigationItem=string;
if(string !== 'nav_trashbin'){
$scope.delete_time=0;
$rootScope.$broadcast('set_delete_time', $scope.delete_time);