UI for sending to contact.

This commit is contained in:
Brendon Duncan 2018-08-02 19:51:50 +12:00
commit aeb6efcdd0
2 changed files with 50 additions and 21 deletions

View file

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