open tx modal from home
This commit is contained in:
parent
ae266e397b
commit
64b879fcd3
4 changed files with 52 additions and 31 deletions
|
|
@ -17,7 +17,6 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
});
|
||||
|
||||
$scope.openTxModal = function(n) {
|
||||
console.log(n);
|
||||
$scope.txid = n.txid;
|
||||
$scope.walletId = n.walletId;
|
||||
$ionicModal.fromTemplateUrl('views/modals/tx-details.html', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue