add click to accept component to send screen
This commit is contained in:
parent
7f180d1335
commit
d56504b253
1 changed files with 6 additions and 0 deletions
|
|
@ -55,6 +55,12 @@
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<click-to-accept
|
||||
ng-click="approve(statusChangeHandler)"
|
||||
ng-if="hasClick && wallets[0]"
|
||||
click-send-status="sendStatus">
|
||||
Click to pay
|
||||
</click-to-accept>
|
||||
</ion-content>
|
||||
<slide-to-accept
|
||||
ng-if="!hasClick && wallets[0]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue