This repository is a copy of what I have done in the CodeAcademy AngularJS tutorial. I have it here to showcase and for future reference. Included are instructions on testing the final steps on each lesson. The commit history also shows the answers for each step within each lesson (minus the directive tutorial.
- View branches
git branch
- Checkout a tutorial
git checkout directive_tut
- Load the index.html in your favorite web browser. (This was developed and tested with Firefox)
firefox index.html
##Authors
- Andrew Wichmann AndrewWichmann@siu.edu
- Thanks to CodeAcademy for the free lessons.