Using with an input
<input color-picker ng-model="colorValueInput">
Replacing a div (or any other container) with an inline color picker
value : {{colorValueInline}}<div color-picker ng-model="colorValueInline"></div>
Replacing any HTML element with a cool tiny trigger (click on the little colored square)
value : {{colorValueTinyTrigger}}<input color-picker tiny-trigger="true" ng-model="colorValueTinyTrigger">
Coloring the input with the selected color
<input color-picker color-me="true" ng-model="colorValueInputColor">