Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 677 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 677 Bytes

AngularTutorial

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.

Example Usage

  • 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