/angular-farbtastic

Angular.js directive version of the farbtastic color picker

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

Angular.js color picker directive (wheel)

Angular.js directive implementation of the farbtastic jquery plugin.

Demo: http://sebastien.chartier.pro/angular-farbtastic

Plunker: http://plnkr.co/edit/kYTV6e?p=preview

Farbtastic screenshot

Installation

bower install angular-farbtastic --save

Usage example

<ng-farbtastic ng-model="color">
</ng-farbtastic>

Farbtastic was originally written by Steven Wittens and is licensed under the GPL. http://acko.net/blog/farbtastic-jquery-color-picker-plug-in/

Thanks to Matt Farina for it's implementation... that was used as base for this project: https://github.com/mattfarina/farbtastic