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

Add target attribute 2 #26

Closed joscha closed 10 years ago

joscha commented 10 years ago

This PR is a refinement of PR #23 and adds a colorpicker-parent attribute to the directive that allows to inject the picker into the parent element. This is needed for custom styling in fixed elements. I also fixed some errors that JSHint complained about in this PR. /cc @ldiercks

buberdds commented 10 years ago

This is cool, thanks @joscha!

joscha commented 10 years ago

you are more than welcome, thank you very much for the great component!