add click to accept component to send screen

This commit is contained in:
Marty Alcala 2016-10-12 13:48:32 -04:00
commit d56504b253

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