prelim remake of tx detail view
This commit is contained in:
parent
c689d4eb13
commit
298956f97f
5 changed files with 139 additions and 9 deletions
|
|
@ -177,6 +177,19 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
}
|
||||
})
|
||||
.state('tabs.wallet.tx-details', {
|
||||
url: '/:id',
|
||||
views: {
|
||||
'tab-home@tabs': {
|
||||
controller: 'txDetailsController',
|
||||
templateUrl: 'views/modals/tx-details.html'
|
||||
}
|
||||
},
|
||||
params: {
|
||||
tx: null,
|
||||
wallet: null
|
||||
}
|
||||
})
|
||||
|
||||
/*
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue