UI for destination as wallet.

This commit is contained in:
Brendon Duncan 2018-08-02 18:14:54 +12:00
commit e525b2e8ad
3 changed files with 67 additions and 35 deletions

View file

@ -317,7 +317,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
})
.state('tabs.send.review', {
url: '/review/:coin/:fromWalletId/:amount/:useSendMax',
url: '/review/:amount/:fromWalletId/:sendMax/:toWalletId',
views: {
'tab-send@tabs': {
controller: 'reviewController',