apply mocks styling for both distributions

This commit is contained in:
JDonadio 2017-03-07 11:33:17 -03:00
commit a51151b1d4
3 changed files with 99 additions and 70 deletions

View file

@ -29,11 +29,13 @@
<span class="toggle-label" translate>Hide Next Steps Card</span>
</ion-toggle>
<div class="item item-divider"></div>
<div ng-if="isCordova">
<div class="item item-divider"></div>
<ion-toggle ng-if="isCordova" 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>
<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>
</div>
</ion-content>
</ion-view>