Merge pull request #5630 from cmgustavo/ref/remove-files-01
Ref/remove files 01
This commit is contained in:
commit
928dda70a4
7 changed files with 81 additions and 179 deletions
|
|
@ -163,13 +163,13 @@
|
|||
|
||||
<click-to-accept
|
||||
ng-click="onConfirm(statusChangeHandler)"
|
||||
ng-if="tx.pendingForUs && canSign && !paymentExpired && hasClick"
|
||||
ng-if="tx.pendingForUs && canSign && !paymentExpired && !isCordova"
|
||||
click-send-status="sendStatus"
|
||||
has-wallet-chosen="true">
|
||||
{{buttonText}}
|
||||
</click-to-accept>
|
||||
<slide-to-accept
|
||||
ng-if="tx.pendingForUs && canSign && !paymentExpired && !hasClick"
|
||||
ng-if="tx.pendingForUs && canSign && !paymentExpired && isCordova"
|
||||
slide-on-confirm="onConfirm()"
|
||||
slide-send-status="sendStatus"
|
||||
has-wallet-chosen="true">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue