mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
Loading indicator when submitting.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user