-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Labels
Description
I'm setting the alpha property to true and it will allow me to adjust the alpha value and it display properly initially, however, when I load the value back from local storage (which it is storing correctly), it looses the alpha property. Wanted to see if you knew of something I might not have set correctly before I started digging into the code and debugging.
Oh, also, whenever I try to assign something like settings.backgroundColor against the ng-model property of the color-picker directive, it won't work. I have to reassign all my settings.xxx to straight backgroundColor type variables. So it looks like there is an issue when the ngModel is referencing a property of an object.