open tx modal from home

This commit is contained in:
Javier 2016-09-20 13:56:54 -03:00
commit 64b879fcd3
4 changed files with 52 additions and 31 deletions

View file

@ -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', {