From b3d04b575529275c40bde4ef5ef03d955e62467d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 20 Sep 2017 11:53:30 -0300 Subject: [PATCH] fix wp icons --- src/js/controllers/tab-send.js | 1 + www/views/cashScan.html | 8 ++------ www/views/confirm.html | 4 +--- www/views/customAmount.html | 4 +--- www/views/includes/walletIcon.html | 3 +++ www/views/includes/walletItem.html | 5 +---- www/views/includes/walletSelector.html | 20 +++++++++----------- www/views/modals/txp-details.html | 4 +--- www/views/paperWallet.html | 4 +--- www/views/tab-home.html | 4 +--- www/views/tab-receive.html | 4 +--- www/views/tab-send.html | 4 +--- www/views/tab-settings.html | 4 +--- www/views/tx-details.html | 4 +--- 14 files changed, 25 insertions(+), 48 deletions(-) create mode 100644 www/views/includes/walletIcon.html diff --git a/src/js/controllers/tab-send.js b/src/js/controllers/tab-send.js index 229d23c2a..7d40a3afa 100644 --- a/src/js/controllers/tab-send.js +++ b/src/js/controllers/tab-send.js @@ -77,6 +77,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function( name: v.name, recipientType: 'wallet', coin: v.coin, + network: v.network, getAddress: function(cb) { walletService.getAddress(v, false, cb); }, diff --git a/www/views/cashScan.html b/www/views/cashScan.html index 2e62297ba..114bc208a 100644 --- a/www/views/cashScan.html +++ b/www/views/cashScan.html @@ -23,9 +23,7 @@
- - - +
{{wallet.name || wallet.id}}
{{wallet.bchBalance || ('Checking...' | translate)}}
@@ -45,9 +43,7 @@
- - - + {{wallet.name || wallet.id}}
diff --git a/www/views/confirm.html b/www/views/confirm.html index da6aca0f8..6e44dfa3c 100644 --- a/www/views/confirm.html +++ b/www/views/confirm.html @@ -64,9 +64,7 @@ From
- - - +
{{wallet.name}}
diff --git a/www/views/customAmount.html b/www/views/customAmount.html index cd3d9da15..a9a5e978d 100644 --- a/www/views/customAmount.html +++ b/www/views/customAmount.html @@ -38,9 +38,7 @@