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:
authorbrantje <brantje@gmail.com>2016-10-17 20:25:47 +0300
committerbrantje <brantje@gmail.com>2016-10-17 20:25:47 +0300
commit0d0f5bc7a04695e28e2e04462dfeb0b5484685d8 (patch)
treed598583750db847d7cfdb1e4ec5fb042ec9c65cd /js
parente84da75f05d4b8e7d1da1d7bb40b5a15de1c5e71 (diff)
Start with a few credentialCtrl tests
Diffstat (limited to 'js')
-rw-r--r--js/app/controllers/credential.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/app/controllers/credential.js b/js/app/controllers/credential.js
index 579f3e91..68c65bfe 100644
--- a/js/app/controllers/credential.js
+++ b/js/app/controllers/credential.js
@@ -26,7 +26,6 @@
$scope.active_vault = _vault;
//@TODO check if vault exists
}
-
}
$scope.show_spinner = true;