https://github.com/patlux/ng-colorwheel
AngularJS directive implementation of the jquery-raphael colorwheel
https://github.com/patlux/ng-colorwheel
color-wheel ng-colorwheel
Last synced: about 1 month ago
JSON representation
AngularJS directive implementation of the jquery-raphael colorwheel
- Host: GitHub
- URL: https://github.com/patlux/ng-colorwheel
- Owner: patlux
- License: mit
- Created: 2015-05-17T13:37:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-01T09:50:46.000Z (over 8 years ago)
- Last Synced: 2025-04-20T12:15:05.461Z (about 1 month ago)
- Topics: color-wheel, ng-colorwheel
- Language: JavaScript
- Homepage: http://patlux.github.io/ng-colorwheel/example/index.html
- Size: 819 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng-colorwheel
[](https://travis-ci.org/patlux/ng-colorwheel)AngularJS directive implementation of the jquery-raphael [colorwheel](https://github.com/jweir/colorwheel).
Demo: http://patlux.github.io/ng-colorwheel/example/index.html

## Usage example
```
angular.module( 'your-angular-app', [ 'directive.ngColorwheel' ] )
``````
```## Installation
##### via [bower](http://bower.io/):
```
$ bower install ng-colorwheel
```