Google I/O Angular 1.4.x Codelab

In this codelab, we will be working on the Angular 1.4.x branch to build a todo app. We'll explore the basic components in Angular and the similarities to plain JS, as well as discuss scope, CRUD operations, the MVVM/MVW paradigm, and real time data manipulation.

Plunker Links

  1. Base Code -- Fork This
  2. Phase 1 Result
  3. Phase 2 Result
  4. Phase 3 Result

Code on Github

If you wish to fork or clone the steps, you can find the example code of each phase on my Github account. Please be aware that to work with the $http service, you will need to be running a server locally. An easy way of doing this is running:

python -m SimpleHTTPServer 8000

Be sure you have Python installed first.