brianpkelley / md-color-picker

Angular-Material based color picker
MIT License
254 stars 120 forks source link

don't save history to cookies if color history has been switched off #83

Closed demkalkov closed 8 years ago

demkalkov commented 8 years ago

don't save history to cookies if color history has been switched off

p.s. the rest of changes seems to be from earlier commits that has not been compiled

brianpkelley commented 8 years ago

I'm currently in the process of a massive refactor, so I'll be closing this, but thank you for the effort and bringing a valid case to support the addition.

But will be implementing a "useCookies" variable on the new config provider so that users can choose to not use cookies even if $cookies is present. They'll also be able to toggle it on and off for each color picker on the page.