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

Added inline mode #63

Closed vedmack closed 9 years ago

vedmack commented 9 years ago

Can be used like this:

<span colorpicker colorpicker-inline="true" ng-model="mySettings.color"></span>

not sure why the indentation issues