Updates new spinner

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-13 21:50:48 -03:00
commit 02334320d0
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 22 additions and 51 deletions

View file

@ -53,7 +53,7 @@
</span>
</div>
<div class="text-center size-12" ng-show="card.status != 'SUCCESS' && !loading">
<div class="text-center size-12" ng-show="card.status != 'SUCCESS'">
<div ng-show="card.status == 'RESEND'">
<div class="text-secondary m10h">
There was a temporary/recoverable system failure that can be resolved by retrying the request
@ -116,8 +116,7 @@
This action will remove the gift card
</p>
<button class="button outline round dark-gray tiny"
ng-click="remove();"
ng-disabled="loading">
ng-click="remove()">
<i class="fi-x"></i>
Remove
</button>
@ -130,8 +129,7 @@
This action will cancel the gift card
</p>
<button class="button outline round dark-gray tiny"
ng-click="cancelGiftCard()"
ng-disabled="loading">
ng-click="cancelGiftCard()">
<i class="fi-x"></i>
Cancel
</button>