angular-colorpicker-dr

0.1.0 • Public • Published

Angular Color Picker

Description:

The color picker for AngularJS - Native / Simple / Cool. No other dependencies are needed at all.

Features:

  • Can extend simple input
  • Can replace a div (or any other container) with an inline color picker
  • Can replace any HTML element with a cool tiny trigger
  • Can color the extended input

Examples:

Angular color picker in action

Usage:

angular.module('colorPickerApp', ['colorpicker-dr'])
  .controller('ColorPickerCtrl', ['$scope', function($scope) {
  }]);

Available attributes

  • tiny-trigger="true": replace any HTML element with a cool tiny trigger
  • color-me="true": color the extended input on color selection

Contact/Social:

If you want to ask a question you can post a question on stackoverflow

If you like my directive, you can show your appreciation by following me on Twitter / GitHub

License:

Copyright (c) 2015 Daniel Reznick, released under the MIT license

Package Sidebar

Install

npm i angular-colorpicker-dr

Weekly Downloads

9

Version

0.1.0

License

MIT

Last publish

Collaborators

  • vedmack