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/app
diff options
context:
space:
mode:
authorfnuesse <felix.nuesse@t-online.de>2018-11-04 13:25:12 +0300
committerfnuesse <felix.nuesse@t-online.de>2018-11-21 19:34:25 +0300
commit7ca36978a6f7d16ac8bcda99d9818aa67e8697b1 (patch)
treeee5aa337809c9bf6e18c2b7d0f38ec0953210952 /js/app
parent98468fa1f7c82c9e343a722757c6018f605c1f52 (diff)
indicating which navbaritem is selected in current listview
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Diffstat (limited to 'js/app')
-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);