This repository is the demo code for the demo website created with the Second AngularJS Animation Article on yearofmoo.com.
Click here to view a live demo of this website in action:
http://yearofmoo-articles.github.com/angularjs-2nd-animation-article/app/
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
- Run
git clone [email protected]:matsko/AngularJS-Second-Animation-Article.git animation-article
- Then
cd animation-article
- Then
npm install
- Then
./server.sh
- And finally point your browser to
http://localhost:8100/
- Run
npm install
- Then run
./test.sh
at the root of the repo