Merge pull request #6768 from gabrielbazan7/fix/windowsIcons

Windows Phone: icons fix
This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-20 15:54:32 -04:00 committed by GitHub
commit 132cb02d01
14 changed files with 25 additions and 48 deletions

View file

@ -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);
},