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-03 15:21:04 +0300
committerfnuesse <felix.nuesse@t-online.de>2018-11-21 19:34:21 +0300
commit0884375b1fa03586a62949f44743f642e4e2cdb9 (patch)
tree2840e01ec97c35b5d52f95ee69dd22836cba46c3 /js/app
parent730e9541764f311229db6cf2f383271d113cd11e (diff)
Added friendly reminder to create your first password
Signed-off-by: fnuesse <felix.nuesse@t-online.de>
Diffstat (limited to 'js/app')
-rw-r--r--js/app/controllers/credential.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/js/app/controllers/credential.js b/js/app/controllers/credential.js
index ae9fc1cf..be99a769 100644
--- a/js/app/controllers/credential.js
+++ b/js/app/controllers/credential.js
@@ -385,6 +385,13 @@
});
+
+ $scope.getListSize = function(){
+ var l = $scope.filtered_credentials;//$scope.active_vault.credentials.length
+ console.log(l.length);
+ return l.length;
+ };
+
$scope.filterAll = function(){
$scope.selectedtags=[];
$scope.filterOptions.filterText="";