Merge pull request #6153 from cmgustavo/bug/share-button-01

Hide Share Button if there is not wallet
This commit is contained in:
Gabriel Edgardo Bazán 2017-05-31 16:26:08 -03:00 committed by GitHub
commit ee597f3271
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<ion-nav-bar class="bar-royal">
<ion-nav-title>{{'Receive' | translate}}</ion-nav-title>
<ion-nav-buttons side="secondary">
<button class="button-share ng-hide" ng-show="showShareButton" ng-click="shareAddress()">
<button class="button-share ng-hide" ng-show="wallets[0] && showShareButton" ng-click="shareAddress()">
<i class="icon"
ng-class="{
'ion-ios-upload-outline': showShareButton == 'iOS',