From 7f63d3e1f91964ea2b2a82d697763c44c6b4ba35 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Thu, 1 May 2014 16:21:48 -0300 Subject: [PATCH] Commented unnecessary digest. --- js/controllers/transactions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index fdcb03e07..74ddbb9dc 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -70,7 +70,7 @@ angular.module('copay.transactions').controller('TransactionsController', if (p.builder.isFullySigned()) { $scope.send(ntxid); _updateTxs(); - $rootScope.$digest(); +// $rootScope.$digest(); } else { _updateTxs(); @@ -98,7 +98,7 @@ angular.module('copay.transactions').controller('TransactionsController', w.reject(ntxid); $rootScope.flashMessage = {type:'warning', message: 'Transaction rejected by you'}; _updateTxs(); - $rootScope.$digest(); +// $rootScope.$digest(); }; _updateTxs();