This document is a slide presentation on AngularJS that covers: installing and running a basic AngularJS application; understanding the MVC architecture and how models, views, and controllers work; working with models including using the $http service to retrieve JSON data and filters; dividing an app into partials using the $routeProvider service; and includes references for additional learning. The presentation provides an introduction to AngularJS and the key concepts needed to build single page applications using this JavaScript framework.