The color picker for AngularJS - Native / Simple / Cool. No other dependencies are needed at all.
- 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
angular.module('colorPickerApp', ['colorpicker-dr'])
.controller('ColorPickerCtrl', ['$scope', function($scope) {
}]);
- tiny-trigger="true": replace any HTML element with a cool tiny trigger
- color-me="true": color the extended input on color selection
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
Copyright (c) 2015 Daniel Reznick, released under the MIT license