fix routes and params
This commit is contained in:
parent
52ac7f3015
commit
f7624bcc9b
5 changed files with 37 additions and 27 deletions
|
|
@ -178,16 +178,12 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
})
|
||||
.state('tabs.wallet.tx-details', {
|
||||
url: '/:id',
|
||||
url: '/tx-details/:txid',
|
||||
views: {
|
||||
'tab-home@tabs': {
|
||||
controller: 'txDetailsController',
|
||||
templateUrl: 'views/modals/tx-details.html'
|
||||
}
|
||||
},
|
||||
params: {
|
||||
tx: null,
|
||||
wallet: null
|
||||
}
|
||||
})
|
||||
|
||||
|
|
@ -859,7 +855,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
*
|
||||
*/
|
||||
|
||||
.state('tabs.bitpayCardIntro', {
|
||||
.state('tabs.bitpayCardIntro', {
|
||||
url: '/bitpay-card-intro/:secret/:email/:otp',
|
||||
views: {
|
||||
'tab-home@tabs': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue