1.0.1 • Published 8 years ago

angular-color-this v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

angular-color-this Build Status Coverage Status npm npm

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'])