ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
165 stars 78 forks source link

Enhancement - add onFocus and onBlur options #108

Closed ashconnell closed 8 years ago

ashconnell commented 8 years ago

Adds focus/blur options.

I'm using this to change the style of the container and label that wraps the <color-picker/>

ruhley commented 8 years ago

Hi @ashconnell,

These are available on the event-api attribute. Please take a look at the documentation on the options that are available - https://github.com/ruhley/angular-color-picker#options

ashconnell commented 8 years ago

@ruhley totally missed this! thanks

ruhley commented 8 years ago

Thanks for the PR anyway :+1: