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 @@
- - - + {{wallet.name}}
Receive in
diff --git a/www/views/includes/walletIcon.html b/www/views/includes/walletIcon.html new file mode 100644 index 000000000..2396ffa87 --- /dev/null +++ b/www/views/includes/walletIcon.html @@ -0,0 +1,3 @@ + + + diff --git a/www/views/includes/walletItem.html b/www/views/includes/walletItem.html index 1d5ba209e..6c26d4993 100644 --- a/www/views/includes/walletItem.html +++ b/www/views/includes/walletItem.html @@ -1,7 +1,5 @@
- - - +
{{wallet.name || wallet.id}} @@ -12,4 +10,3 @@
- diff --git a/www/views/includes/walletSelector.html b/www/views/includes/walletSelector.html index 3fa8860f1..930c47fb1 100644 --- a/www/views/includes/walletSelector.html +++ b/www/views/includes/walletSelector.html @@ -2,31 +2,29 @@
{{title}}
- - - +
- {{w.name}} + {{wallet.name}}

- + Incomplete - - {{w.status.availableBalanceStr}} - [Balance Hidden] + + {{wallet.status.availableBalanceStr}} + [Balance Hidden]  

- +
diff --git a/www/views/modals/txp-details.html b/www/views/modals/txp-details.html index c5e2aea91..57ce35df0 100644 --- a/www/views/modals/txp-details.html +++ b/www/views/modals/txp-details.html @@ -73,9 +73,7 @@
From
- - - +
{{wallet.name}}
diff --git a/www/views/paperWallet.html b/www/views/paperWallet.html index d92aba85e..64aaa7b61 100644 --- a/www/views/paperWallet.html +++ b/www/views/paperWallet.html @@ -23,9 +23,7 @@
- - - + {{wallet.name || wallet.id}} diff --git a/www/views/tab-home.html b/www/views/tab-home.html index be67c7440..f22785035 100644 --- a/www/views/tab-home.html +++ b/www/views/tab-home.html @@ -80,9 +80,7 @@ - - - + {{wallet.name || wallet.id}} diff --git a/www/views/tab-receive.html b/www/views/tab-receive.html index 5074da2c0..bb7206ad7 100644 --- a/www/views/tab-receive.html +++ b/www/views/tab-receive.html @@ -62,9 +62,7 @@
- - - + {{item.name}} diff --git a/www/views/tab-settings.html b/www/views/tab-settings.html index aed53e00b..d1274b3a4 100644 --- a/www/views/tab-settings.html +++ b/www/views/tab-settings.html @@ -109,9 +109,7 @@ - - - + {{item.name || item.id}} diff --git a/www/views/tx-details.html b/www/views/tx-details.html index 7cbd72b29..8ef0a22ce 100644 --- a/www/views/tx-details.html +++ b/www/views/tx-details.html @@ -52,9 +52,7 @@ From To
- - - +
{{wallet.name}}