Enables copy-to-clipboard more strings

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-16 14:13:50 -05:00
commit 7b57011fd2
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 21 additions and 26 deletions

View file

@ -302,7 +302,7 @@
<!-- Address-->
<div class="large-12 columns">
<h2 class="text-center m10t" translate>My Bitcoin address</h2>
<div class="text-center" ng-click="home.copyAddress(home.addr[index.walletId])" ng-show="home.addr[index.walletId] || home.generatingAddress">
<div class="text-center" ng-click="home.copyToClipboard(home.addr[index.walletId])" ng-show="home.addr[index.walletId] || home.generatingAddress">
<qrcode size="220" data="bitcoin:{{home.addr[index.walletId]}}"></qrcode>
<div ng-show="home.generatingAddress" style="position:relative; top:-226px; height:0px">
<div style="height:220px; width:220px; margin:auto; background: white">