Commented unnecessary digest.
This commit is contained in:
parent
1b48d5098e
commit
7f63d3e1f9
1 changed files with 2 additions and 2 deletions
|
|
@ -70,7 +70,7 @@ angular.module('copay.transactions').controller('TransactionsController',
|
||||||
if (p.builder.isFullySigned()) {
|
if (p.builder.isFullySigned()) {
|
||||||
$scope.send(ntxid);
|
$scope.send(ntxid);
|
||||||
_updateTxs();
|
_updateTxs();
|
||||||
$rootScope.$digest();
|
// $rootScope.$digest();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
_updateTxs();
|
_updateTxs();
|
||||||
|
|
@ -98,7 +98,7 @@ angular.module('copay.transactions').controller('TransactionsController',
|
||||||
w.reject(ntxid);
|
w.reject(ntxid);
|
||||||
$rootScope.flashMessage = {type:'warning', message: 'Transaction rejected by you'};
|
$rootScope.flashMessage = {type:'warning', message: 'Transaction rejected by you'};
|
||||||
_updateTxs();
|
_updateTxs();
|
||||||
$rootScope.$digest();
|
// $rootScope.$digest();
|
||||||
};
|
};
|
||||||
|
|
||||||
_updateTxs();
|
_updateTxs();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue