Skip to content

Files

Latest commit

author
David Milne
Dec 11, 2014
e2c2391 · Dec 11, 2014

History

History
35 lines (14 loc) · 999 Bytes

README.md

File metadata and controls

35 lines (14 loc) · 999 Bytes

#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