buberdds / angular-bootstrap-colorpicker

Native AngularJS colorpicker directive. No dependency on jQuery or jQuery plugin is required.
MIT License
419 stars 226 forks source link

Updated to work with boostrap input-group button #70

Closed tjmadsen closed 9 years ago

tjmadsen commented 9 years ago

I am using the color picker with a boostrap button within an input-group. This pull should fix the issues I was having.

Example usage:

<div class="input-group">
    <div class="input-group-addon">Background</div>
    <span class="input-group-addon" colorpicker="rgba"  colorpicker-parent="true" colorpicker-with-input="true"  ng-model="someScopeVar"><i></i></span>
</div>
tjmadsen commented 9 years ago

Need to fix one more thing.