Fix TXP modal events

This commit is contained in:
Gustavo Maximiliano Cortez 2015-04-17 18:10:22 -03:00
commit 30511f9d7a
4 changed files with 20 additions and 11 deletions

View file

@ -37,7 +37,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
return fc.credentials.networkName.substring(0, 4);
};
lodash.each(['TxProposalRejectedBy', 'TxProposalAcceptedBy', 'transactionProposalRemoved', 'TxProposalRemoved'], function(eventName) {
lodash.each(['TxProposalRejectedBy', 'TxProposalAcceptedBy', 'transactionProposalRemoved', 'TxProposalRemoved', 'NewOutgoingTx'], function(eventName) {
$rootScope.$on(eventName, function() {
fc.getTx($scope.tx.id, function(err, tx) {
if (err) {