add wallet information to custom amount and addresses view

This commit is contained in:
Gabriel Bazán 2017-05-04 14:45:21 -03:00
commit 813d89a139
6 changed files with 10 additions and 9 deletions

View file

@ -681,7 +681,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
*/
.state('tabs.receive.amount', {
url: '/amount/:customAmount/:toAddress',
url: '/amount/:walletId/:customAmount/:toAddress',
views: {
'tab-receive@tabs': {
controller: 'amountController',
@ -690,7 +690,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
})
.state('tabs.receive.customAmount', {
url: '/customAmount/:toAmount/:toAddress',
url: '/customAmount/:walletId/:toAmount/:toAddress',
views: {
'tab-receive@tabs': {
controller: 'customAmountController',