fix refresh at update color

This commit is contained in:
Matias Alejo Garcia 2015-04-27 13:11:32 -03:00
commit 22f58fde79

View file

@ -533,6 +533,9 @@ angular.module('copayApp.controllers').controller('indexController', function($r
// UX event handlers
$rootScope.$on('Local/ColorUpdated', function(event) {
self.updateColor();
$timeout(function() {
$rootScope.$apply();
});
});
$rootScope.$on('Local/UnitSettingUpdated', function(event) {