Improvement open TX modal

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-09 16:48:53 -05:00
commit b405510db3
11 changed files with 341 additions and 18 deletions

View file

@ -1149,6 +1149,10 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
return this.alternativeIsoCode;
};
this.openNewTxModal = function(tx) {
$rootScope.$emit('Local/TxModal', tx);
};
this.openTxModal = function(btx) {
$rootScope.modalOpened = true;
var self = this;