Updates tx-detail

This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-04 17:03:20 -03:00
commit 91f8dccc1b
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 20 additions and 44 deletions

View file

@ -182,7 +182,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
views: {
'tab-home@tabs': {
controller: 'txDetailsController',
templateUrl: 'views/modals/tx-details.html'
templateUrl: 'views/tx-details.html'
}
}
})