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

Fix test which broke in v3.3.0 because of hex value formatting. #163

Closed stephennancekivell closed 7 years ago

stephennancekivell commented 7 years ago

Previously the test was failing saying Expected '0000FF' to equal '#0000FF'.

Seems to have been a regression from https://github.com/ruhley/angular-color-picker/commit/269db7ac48624e744ab3d77ddfc9e94be705eb43

Ps. It would be nice to have travis-ci going. I see some work has been done to try to get it to work. I also had a crack at it, but couldnt figure it out. ¯\(ツ)

ruhley commented 7 years ago

@stephennancekivell Thanks for that. I haven't been able to figure out how to get travis to work yet.