Shapeshift refactor / Empty case / CSS
This commit is contained in:
parent
9b27cb50e2
commit
281b969fc3
9 changed files with 230 additions and 181 deletions
|
|
@ -299,7 +299,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
url: '/wallet-to-wallet',
|
||||
views: {
|
||||
'tab-send@tabs': {
|
||||
controller: 'sendFlowController',
|
||||
controller: 'walletSelectorController',
|
||||
templateUrl: 'views/wallet-origin-destination.html'
|
||||
}
|
||||
}
|
||||
|
|
@ -308,7 +308,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
url: '/origin/:thirdParty/:amount/:toAddress/:toWalletId/:coin',
|
||||
views: {
|
||||
'tab-send@tabs': {
|
||||
controller: 'sendFlowController',
|
||||
controller: 'walletSelectorController',
|
||||
templateUrl: 'views/wallet-origin-destination.html',
|
||||
}
|
||||
}
|
||||
|
|
@ -317,7 +317,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
url: '/destination/:thirdParty/:amount/:fromWalletId',
|
||||
views: {
|
||||
'tab-send@tabs': {
|
||||
controller: 'sendFlowController',
|
||||
controller: 'walletSelectorController',
|
||||
templateUrl: 'views/wallet-origin-destination.html',
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue