AngularJS Tutorial Series (1/99). Prefer one article? Read the complete AngularJS tutorial.
Short description
AngularJS (Angular 1.x) is a legacy JavaScript framework for SPAs with two-way binding and directives. This series covers setup, scope, directives, filters, services, ngRoute, forms, AJAX, auth, and a complete final AngularJS SPA. Prefer modern Angular for new greenfield apps; this path is ideal for maintaining or learning classic AngularJS apps.
Steps
- Include AngularJS and create a module.
- Practice scope, directives, and $http.
- Build the final AngularJS SPA.
Learning path
Setup + modules + controllers
Scope + binding + directives
Filters + services + DI
ngRoute SPA + forms
$http REST + auth
Final AngularJS SPA