Miguel
Results
2
comments of
Miguel
Just changing the color value from a color picker (Preference/Profile/Colors) is already working and it is very convenient as it give you real time update.
This is not what you are asking but may be helpful. ``` javascript $scope.$watch("SelectedTemplate",function(newValue){ console.log(newValue); }); ```