Loading indicator when submitting.

This commit is contained in:
Paulo Reis 2016-08-23 11:27:09 +01:00
parent 1ac31f318e
commit f79bee7893

View file

@ -321,7 +321,11 @@ block content
ng-click="submit()"
ng-disabled="processing || !isFormValid(simpleCCForm);"
sixpack-convert="payment-left-menu-bottom"
) {{ paymentMethod === 'credit_card' ? '#{translate("upgrade_cc_btn")}' : '#{translate("upgrade_paypal_btn")}' }}
)
span(ng-show="processing")
i.fa.fa-refresh.fa-spin
|  
| {{ paymentMethod === 'credit_card' ? '#{translate("upgrade_cc_btn")}' : '#{translate("upgrade_paypal_btn")}' }}
.col-md-3.col-md-pull-4