An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ng-colorwheel
[![Build Status](https://travis-ci.org/patlux/ng-colorwheel.svg)](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

![ng-colorwheel](https://cloud.githubusercontent.com/assets/4481570/7785874/84b7de1e-01a7-11e5-8d41-58cc71041bb9.jpg)

## Usage example

```
angular.module( 'your-angular-app', [ 'directive.ngColorwheel' ] )
```

```


```

## Installation
##### via [bower](http://bower.io/):
```
$ bower install ng-colorwheel
```