fix wallet icon amount view

This commit is contained in:
Gabriel Bazán 2016-10-13 17:11:19 -03:00
commit fa905cb719
5 changed files with 6389 additions and 5 deletions

View file

@ -251,7 +251,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
*/
.state('tabs.send.amount', {
url: '/amount/:isWallet/:toAddress/:toName/:toEmail',
url: '/amount/:isWallet/:toAddress/:toName/:toEmail/:toColor',
views: {
'tab-send@tabs': {
controller: 'amountController',