Displaying the amount.

This commit is contained in:
Brendon Duncan 2018-08-01 17:17:34 +12:00
commit 38c3f2fb70
3 changed files with 45 additions and 16 deletions

View file

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