Skip to content

pierre-luc/angularCubicColorPicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angularCubicColorPicker

Installation

npm install angularCubicColorPicker

Demo

click here to see the demo

Dependencies

<link rel="stylesheet" href="node_modules/cubicColorPicker/dist/css/cubicColorPicker.css">
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/cubicColorPicker/dist/js/cubicColorPicker.js"></script>
<script src="node_modules/angular/angular.min.js"></script>
<script src="node_modules/gsap/src/minified/TimelineMax.min.js"></script>
<script src="node_modules/gsap/src/minified/TweenMax.min.js"></script>
<script src="node_modules/gsap/src/minified/utils/Draggable.min.js"></script>

<script src="dist/js/angularCubicColorPicker.js"></script>
```

Usage
-----
```html
  <cubic-color-picker bind="variableOfScope"></cubic-color-picker>
```

##AND/OR

```html
  <cubic-color-picker onchange="functionOfScope"></cubic-color-picker>
```

```javascript
scope.functionOfScope = function(newColor){
 ...
}
```

![preview](http://puu.sh/q44zS/5e0e96c2e0.png)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published