fix design issue on specific amount feature

This commit is contained in:
Gabriel Bazán 2016-12-22 15:13:53 -03:00
commit 73c2b4488a
6 changed files with 20 additions and 40 deletions

View file

@ -614,7 +614,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
*/
.state('tabs.receive.addresses', {
url: '/addresses/:walletId',
url: '/addresses/:walletId/:toAddress',
views: {
'tab-receive@tabs': {
controller: 'addressesController',