smoooty / angular-color-this

Angular module for generating colors from strings

Home Page:http://eknowles.github.io/angular-color-this/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angular-color-this

Build Status Coverage Status

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!

angualr.module('myApp', ['ngColorThis'])

About

Angular module for generating colors from strings

http://eknowles.github.io/angular-color-this/


Languages

Language:JavaScript 55.2%Language:HTML 44.8%