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

TypeError: color.clone is not a function #135

Closed Tyre88 closed 7 years ago

Tyre88 commented 7 years ago

Hello,

I am getting this error when i am clicking on the color to pick a new color. I am using angular 1.5.5 and have loaded tinycolor.js from: https://github.com/bgrins/TinyColor

Tyre88 commented 7 years ago

Nevermind, i got tinycolor.js v1.0 when i downloaded from release and that's why.. the clone function wasn't implemented there.