DavidDurman / FlexiColorPicker

A pure JavaScript color picker - no images, external libraries, CSS or 1px divs.
http://www.daviddurman.com/flexi-color-picker/
414 stars 149 forks source link

Need support for destroy method #32

Open soumak77 opened 8 years ago

soumak77 commented 8 years ago

I want to use this color picker in angular but I'll need a way to properly destroy it. The initialization of the color picker adds event listeners that must be removed when the color picker is removed from the DOM.

ChBernat commented 8 years ago

I have made a pull request for your problem which is, in my opinion, pretty vital.