fix proposal update

This commit is contained in:
Gabriel Bazán 2016-06-10 17:15:01 -03:00
commit 7c5e1a259b

View file

@ -168,7 +168,7 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
};
lodash.each(['TxProposalRejectedBy', 'TxProposalAcceptedBy', 'transactionProposalRemoved', 'TxProposalRemoved', 'NewOutgoingTx', 'UpdateTx'], function(eventName) {
$scope.$on(eventName, function() {
$rootScope.$on(eventName, function() {
fc.getTx($scope.tx.id, function(err, tx) {
if (err) {
if (err.message && err.message == 'TX_NOT_FOUND' &&