angularjs-color-picker
Advanced tools
Changelog
v2.1.0
api
into api
and eventApi
. This allows for shared event handling
api
now has open
, close
, and getElement
eventApi
now has onOpen
, onClose
, onChange
, onBlur
, and onDestroy
api
has a new getElement
functioneventApi
functions now all have api
and color
passed in as the first arguments, and event
if it is availableChangelog
v2.0.0
options
object. The functionality has stayed the same and the names are the same but without color-picker
at the front (e.g. color-pick-swatch-pos
is now just swatchPos
).api
binding is available. It exposes open
and close
and can handle onOpen
, onClose
, onChange
, onBlur
, and onDestroy
events.