An open API service indexing awesome lists of open source software.

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

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 input

Examples:
=====

![Angular color picker in action](../gh-pages/angular-color-picker-in-action.gif "Angular color picker in action")

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 selection

Contact/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