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
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-09-11 14:29:52 +0300
committerbrantje <brantje@gmail.com>2016-09-11 14:29:52 +0300
commit9c49cc3e1c572e46b5b346fdd4b42bbdd761d249 (patch)
treec9246d92ae7512310e6bef842361f99c6cb453c0 /templates/views/vaults.html
parent086a4879d464d03d1b9a3b96a8edbf7995cc2045 (diff)
Add SettingService, setting default vault works
Diffstat (limited to 'templates/views/vaults.html')
-rw-r--r--templates/views/vaults.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/views/vaults.html b/templates/views/vaults.html
index cff25b43..fd5c796e 100644
--- a/templates/views/vaults.html
+++ b/templates/views/vaults.html
@@ -56,7 +56,7 @@
<div>
<div>
<label>
- <input type="checkbox" ng-model="default_vault">
+ <input type="checkbox" ng-checked="default_vault" ng-click="toggleDefaultVault()">
Set this vault as default.
</label>
</div>