prelim remake of tx detail view

This commit is contained in:
Marty Alcala 2016-10-21 16:56:19 -04:00
commit 298956f97f
5 changed files with 139 additions and 9 deletions

View file

@ -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
}
})
/*
*