hide button if no wallet

This commit is contained in:
Gabriel Bazán 2017-07-11 14:33:50 -03:00
parent 972897aa79
commit 1720e89aec
1 changed files with 1 additions and 1 deletions

View File

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