mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 12:51:50 +00:00
Loading indicator when submitting.
This commit is contained in:
parent
1ac31f318e
commit
f79bee7893
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue