You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A div with this directive on it would be given a background color specified by the model value (a string hex value). Clicking the div will open a popup editor that would provide a color wheel where you could select a new color value which would be saved to the model like our other directives.
A new directive to edit the color of a square div.
A div with this directive on it would be given a background color specified by the model value (a string hex value). Clicking the div will open a popup editor that would provide a color wheel where you could select a new color value which would be saved to the model like our other directives.
These are good references and may be adaptable to our use.
https://github.com/buberdds/angular-bootstrap-colorpicker
http://kaihenzler.github.io/angular-minicolors/
It would be best if we could avoid any external dependencies, especially bootstrap.
The text was updated successfully, but these errors were encountered: