shapeshift flow

This commit is contained in:
Sebastiaan Pasma 2018-08-02 15:42:35 +02:00
commit aacc80ea21
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
10 changed files with 31 additions and 12 deletions

View file

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