Getting crypto value.

This commit is contained in:
Brendon Duncan 2018-08-01 14:28:26 +12:00
commit d6176e0f3e
2 changed files with 46 additions and 2 deletions

View file

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