https://github.com/vedmack/angular-colorpicker
The color picker for AngularJS - Native / Simple / Cool
https://github.com/vedmack/angular-colorpicker
angular-directive angularjs color-picker colorpicker
Last synced: about 2 months ago
JSON representation
The color picker for AngularJS - Native / Simple / Cool
- Host: GitHub
- URL: https://github.com/vedmack/angular-colorpicker
- Owner: vedmack
- License: mit
- Created: 2015-12-05T16:33:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T14:17:45.000Z (over 7 years ago)
- Last Synced: 2025-03-17T08:11:12.953Z (3 months ago)
- Topics: angular-directive, angularjs, color-picker, colorpicker
- Language: HTML
- Homepage: http://vedmack.github.io/angular-colorpicker/
- Size: 164 KB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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 inputExamples:
=====
Usage:
=====```javascript
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 selectionContact/Social:
=====
If you want to ask a question you can post a question on [stackoverflow](www.stackoverflow.com)If you like my directive, you can show your appreciation by following me on [Twitter](https://twitter.com/danielreznick) / [GitHub](https://github.com/vedmack)
License:
=====Copyright (c) 2015 Daniel Reznick, released under the MIT license