From aeab2b0ca486bdaefdf7eb43ffbbb9ac7af3771a Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 2 Sep 2014 11:30:45 -0300 Subject: [PATCH] removed commented line --- js/services/controllerUtils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/services/controllerUtils.js b/js/services/controllerUtils.js index a652fa1f8..440872b1d 100644 --- a/js/services/controllerUtils.js +++ b/js/services/controllerUtils.js @@ -48,7 +48,6 @@ angular.module('copayApp.services') if (msg) { notification.error('Error', msg); } -// $rootScope.$digest(); }; root.installStartupHandlers = function(wallet, $scope) {