angular-colorpicker-dr
v0.1.0
Published
The color picker for AngularJS - Native / Simple / Cool. No other dependencies are needed at all.
Downloads
7
Maintainers
Readme
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:
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