removed unused vars + changes for wallet to wallet transfer

This commit is contained in:
Sebastiaan Pasma 2018-07-25 15:07:15 +02:00
commit b88329fbb3
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
3 changed files with 54 additions and 60 deletions

View file

@ -105,13 +105,13 @@
</ion-content>
<click-to-accept
ng-click="approve(tx, wallet, statusChangeHandler)"
ng-if="(!isCordova || isWindowsPhoneApp) && wallet"
ng-if="(!isCordova) && wallet"
click-send-status="sendStatus"
is-disabled="!wallet">
{{buttonText}}
</click-to-accept>
<slide-to-accept
ng-if="isCordova && !isWindowsPhoneApp && wallet"
ng-if="isCordova && wallet"
slide-on-confirm="approve(tx, wallet, statusChangeHandler)"
slide-send-status="sendStatus"
is-disabled="!wallet">