brianpkelley / md-color-picker

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

md-color-rgb attribute cannot be used to hide tab #105

Open pgrever opened 7 years ago

pgrever commented 7 years ago

I am not certain if I am doing something incorrectly, but when I try different combinations of md-color-hex, md-color-rgb, and md-color-hsl='false', all three tabs are always shown.

ceetee commented 7 years ago

@pgrever I was able to make it work by running bower cache clean and then updating the library with bower update md-color-picker.

It seems the previous v0.2.6 was missing the scope for the attributes.

beazergood commented 7 years ago

@pgrever did you ever get this sorted? I've just landed in the same boat

grimsi commented 7 years ago

Can confirm, installed latest version and cant hide tabs. the other options seem to work just fine. Btw im running on Electron if that matters.

Edit: I pulled the latest version from git and it works fine, so the npm Version is outdated