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.
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.