/angular-mood

An angular module for helping users state their mood

Primary LanguageCSS

#angular-mood

This module provides angular directives (widgets) for helping users specify their mood in an intuitive way.

Check out the Demo Page to see what we mean. It's pretty funky.

Dependencies

This requires AngularJS. In addition, you will need:

Installation and usage

  1. Install with bower using bower install angular-mood

  2. Include angular-mood.js and angular-mood.css. They should be located in bower_components/angular-mood

  3. Include the dependencies d3.min.js (which should be in bower_components/d3), tinycolor.js (bower_components/tinycolor) and lodash.min.js (bower_components/lodash/dist/)

  4. Add angular-mood as a module dependency to your app

  5. Follow the examples in the Demo Page to make use of the module