Note locking support

This commit is contained in:
Mo Bitar
2018-03-01 13:07:07 -06:00
parent 3c336de306
commit 538f03aa66
6 changed files with 35 additions and 8 deletions

View File

@@ -38,4 +38,4 @@
.item#lock-item{"ng-if" => "ctrl.hasPasscode()"}
.label
%i.icon.ion-locked{"ng-if" => "ctrl.hasPasscode()", "ng-click" => "ctrl.lockApp()"}
%i.icon.ion-locked#footer-lock-icon{"ng-if" => "ctrl.hasPasscode()", "ng-click" => "ctrl.lockApp()"}