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

color sliders not working right #146

Closed ayhanyildiz closed 7 years ago

ayhanyildiz commented 7 years ago

Color slider color options gets overwritten when colors picked. If you slide to black or white you lose all colors.

ruhley commented 7 years ago

@ayhanyildiz This has always been a grievance of mine about the tinycolor library.

ayhanyildiz commented 7 years ago

I hear you. If I can fix, i will send you PR

ruhley commented 7 years ago

I have finally fixed this one in commit 92bf25b and released in v3.4.5

ayhanyildiz commented 7 years ago

great thanks!