kaihenzler / angular-minicolors

A wrapper around JQuery MiniColors
http://kaihenzler.github.io/angular-minicolors/
MIT License
75 stars 51 forks source link

is there a solution to edit both ... hex and/or rgb? #18

Open UltimateFighter opened 9 years ago

kaihenzler commented 9 years ago

@UltimateFighter You could do me a favor and check our the develop-branch. There I pushed a commit, that allows you to read/write the rgba value and opacity.

Just add minicolors-opacity="yourScopeVariable" or minicolors-rgba="yourScopeVariable" as a attribute to the input element.

Can you respond here if the implementation works for you?

kind regards, Kai

re #15