AngularJS Basics
AngularJS provides a new style of use that differs from previous JavaScript libraries. This article explains its basic structure and features.

Discontinued Long Term Support for AngularJS
AngularJS provides a new style of use that differs from previous JavaScript libraries. This article explains its basic structure and features.
AngularJS creates an object called a module and then creates controllers inside it. This article explains how to create and use these two objects, which are the foundation of AngularJS.
AngularJS can manipulate how values are displayed by using a feature called filters. This article explains how to use filters.
Lists are useful for repeatedly displaying large amounts of data, and list filters let you manipulate list items later. This article explains how to combine them to display data.
A directive is a way to create HTML-like tags and attributes that are inserted into templates. By providing directives, you can easily display your own output as tags and extend AngularJS.