Introduction to AngularJS

Single Page Applications with AngularJS and Django

Step 1: Define your API

uiRouter

$scope

Sharing data between the controller and the view

.values(name, value)

Data available across the module/app

ng-repeat

$resource

Consuming data from the API

Directives

Extending HTML

Questions?

Thank you!