ruhley / angular-color-picker

Vanilla AngularJS Color Picker Directive with no requirement on jQuery
http://ruhley.github.io/angular-color-picker/
MIT License
165 stars 78 forks source link

Since version 2.6.0 color get recalculated wrong #124

Closed jdextraze closed 7 years ago

jdextraze commented 8 years ago

On version 2.6.0 and up, when the color is #2F842F and I click the field, the color get recalculated to #308530

<color-picker ng-model="onlineMenuSettings.text_color"
  options="{id:'online_menu_settings_text_color',placeholder:'#222222',format:'hex'}"></color-picker>
ruhley commented 7 years ago

Fixed and released in v2.6.2