Merge pull request #4647 from JDonadio/bug/double-share-address

Prevent display share options twice
This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-08 15:33:46 -03:00 committed by GitHub
commit d090086493
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@
<div class="row m20t">
<div class="small-12 columns" ng-show="index.isCordova && home.addr">
<button class="button outline light-gray small round expand"
ng-click="home.shareAddress(home.addr)"
on-tap="home.shareAddress(home.addr)"
ng-disabled="home.generatingAddress">
<span translate>Share address</span>
</button>