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-26 21:56:41 +0300
committerbrantje <brantje@gmail.com>2016-09-26 21:56:41 +0300
commit5b2c0245a7aa8e676deba433864192d20683effc (patch)
tree765a9be2699e3c3aa238f0af0ddf88a5bcd58c80 /templates/views/vaults.html
parentdf1b58350ebcfa8ab57b3cbedff4fb22a73bf352 (diff)
Add scope.apply
Diffstat (limited to 'templates/views/vaults.html')
-rw-r--r--templates/views/vaults.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/views/vaults.html b/templates/views/vaults.html
index 2de1a4d3..a7bf1631 100644
--- a/templates/views/vaults.html
+++ b/templates/views/vaults.html
@@ -63,6 +63,9 @@
<div class="button button-red" ng-click="clearState()">
Cancel
</div>
+ <div class="hidden">
+ {{sharing_keys}}
+ </div>
</div>
</div>
</div>