ruhley / angular-color-picker

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

Support hex formats as per TinyColor apis #157

Closed enricodeleo closed 7 years ago

enricodeleo commented 7 years ago

The hex and hex8 options could lead to some confusion (and limitation) because they wasn't reflecting the original toHex and toHex8 methods.

Now they behave like they are supposed to for TinyColor, and other two formats hexString and hex8String have been introduced.

enricodeleo commented 7 years ago

Thank you @ruhley for this incredibly fast merge! :)

ruhley commented 7 years ago

It is very easy with a top notch pull request :+1: