angular-color-this
v1.0.1
Published
A super simple angular module for adding color to things
Downloads
5
Readme
angular-color-this
Generate a unique color from a string. Spice up your app and add some color.
Demo: http://eknowles.github.io/angular-color-this/
Installation
bower install angular-color-this --save
Source the file in your HTML
<script src="bower_components/angular-color-this/dist/angular-color-this.min.js"></script>
Add it to your app!
angular.module('myApp', ['ngColorThis'])