prevent display share options twice

This commit is contained in:
Javier 2016-08-04 16:00:59 -03:00
parent f22860a7a0
commit 4ee523538e
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>