Skip to content

tyrw/angular-hex-colorpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

angular-hex-colorpicker

A simple colorpicker directive for AngularJS, based on W3Schools
No dependency on jQuery or additional stylesheets are required.
Does not support alpha, and will remain simple.

Demo page

Installation

Copy angular-hex-colorpicker.js and add the dependency to your app, for instance:

angular.module('myApp', ['hex.colorpicker'])

Usage

<div hex-colorpicker hex-model="myModel"></div>

Eazy peazy

About

A simple non-jQuery color picker for angular, based on W3C school's simple colorpicker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published