AngularJS Second Animation Article Demo

This repository is the demo code for the demo website created with the Second AngularJS Animation Article on yearofmoo.com.

Demo

Click here to view a live demo of this website in action:

http://yearofmoo-articles.github.com/angularjs-2nd-animation-article/app/

Blog Article

To learn about the new animation features in AngularJS 1.1.5 please visit this blog article:

http://www.yearofmoo.com/2013/05/enhanced-animations-in-angularjs.html

Install

  1. Run git clone git@github.com:matsko/AngularJS-Second-Animation-Article.git animation-article
  2. Then cd animation-article
  3. Then npm install
  4. Then ./server.sh
  5. And finally point your browser to http://localhost:8100/

Run Tests

  1. Run npm install
  2. Then run ./test.sh at the root of the repo