add click to accept component to send screen

This commit is contained in:
Marty Alcala 2016-10-12 13:48:32 -04:00
parent 7f180d1335
commit d56504b253
1 changed files with 6 additions and 0 deletions

View File

@ -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]"