add pincode service - refactor

This commit is contained in:
JDonadio 2017-03-01 17:29:39 -03:00
commit 313269a45c
5 changed files with 85 additions and 48 deletions

View file

@ -31,7 +31,7 @@
<div class="item item-divider"></div>
<ion-toggle ng-model="usePincode.value" toggle-class="toggle-balanced" ng-change="showPincodeModal()">
<ion-toggle ng-model="usePincode.enabled" toggle-class="toggle-balanced" ng-change="usePincodeChange()">
<span class="toggle-label" translate>Use pin to lock/unlock the app</span>
</ion-toggle>
</div>