change confirmation and alert modal for confirmation ionic popup

This commit is contained in:
Gabriel Bazán 2016-06-04 15:19:42 -03:00 committed by Javier
commit 8c16460d29
8 changed files with 108 additions and 168 deletions

View file

@ -10,7 +10,7 @@
<div class="input m20t">
<input type="password" placeholder="{{'Your spending password'|translate}}"
id="passwordInput" name="password" ng-model="data.password">
id="passwordInput" name="password" ng-model="data.password" autofocus>
</div>
</div>
<div class="row">
@ -18,8 +18,8 @@
<button
class="round small-6 columns outline dark-gray expand"
ng-click="cancel()"
ng-disabled="loading" translate>
CANCEL
ng-disabled="loading">
<span class="size-12" translate>CANCEL</span>
</button>
</div>
@ -28,8 +28,8 @@
ng-click="set()"
ng-disabled="!data.password || loading"
ng-style="{'background-color':index.backgroundColor}">
<span ng-if="isSetup" translate>SET</span>
<span ng-if="!isSetup">OK</span>
<span ng-if="isSetup" class="size-12" translate>SET</span>
<span ng-if="!isSetup" class="size-12">OK</span>
</button>
</div>
</div>