Fix TXP modal events
This commit is contained in:
parent
736e6c8a9b
commit
30511f9d7a
4 changed files with 20 additions and 11 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue