From 583b8314ec3f0357c032ca173bc3cb969d761770 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 2 Dec 2014 23:51:37 -0300 Subject: [PATCH] add bind once to address list. rm balance from qr modal --- views/modals/qr-address.html | 8 -------- views/receive.html | 8 ++++---- views/send.html | 4 ++-- 3 files changed, 6 insertions(+), 14 deletions(-) diff --git a/views/modals/qr-address.html b/views/modals/qr-address.html index d52da6d03..449e1b41e 100644 --- a/views/modals/qr-address.html +++ b/views/modals/qr-address.html @@ -8,14 +8,6 @@ ({{label}}) -

- - - - - {{address.balance || 0}} {{$root.wallet.settings.unitName}} - -

× diff --git a/views/receive.html b/views/receive.html index a07a964c7..e593d4627 100644 --- a/views/receive.html +++ b/views/receive.html @@ -14,8 +14,8 @@
- - change + + change
@@ -34,8 +34,8 @@
- - change + + change
diff --git a/views/send.html b/views/send.html index 5804b0027..b9552528e 100644 --- a/views/send.html +++ b/views/send.html @@ -217,9 +217,9 @@ ng-repeat="(addr, info) in $root.wallet.addressBook" ng-class="{'addressbook-disabled': info.hidden}"> {{info.label}} - {{addr}} + {{::addr}} {{$root.wallet.publicKeyRing.nicknameForCopayer(info.copayerId)}} - +