From 5f7dfb51a4487ddf221e11eb86ecdf925ae8f906 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Mon, 22 Aug 2016 15:13:08 -0300 Subject: [PATCH] rm colorUpdated event --- src/js/controllers/preferencesInformation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/js/controllers/preferencesInformation.js b/src/js/controllers/preferencesInformation.js index 2275edafe..1ee39ba21 100644 --- a/src/js/controllers/preferencesInformation.js +++ b/src/js/controllers/preferencesInformation.js @@ -106,7 +106,6 @@ angular.module('copayApp.controllers').controller('preferencesInformation', configService.set(opts, function(err) { $state.go('tabs.home'); if (err) $log.warn(err); - $scope.$emit('Local/ColorUpdated'); }); };