diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index 1c5cde907..ec17748f6 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -40,7 +40,7 @@ angular.module('copay.controllerUtils').factory('controllerUtils', function ($ro }); w.on('refresh', function() { console.log('[controllerUtils.js] Refreshing'); //TODO - $rootScope.$digest(); + // Do not use $digest() here. }); w.on('openError', root.onErrorDigest); w.on('close', root.onErrorDigest);