Guide: Controllers

In Angular, a Controller is defined by a JavaScript constructor function that is used to augment the

2016-03-29 16:11:12
Guide: Data Binding

Data-binding in Angular apps is the automatic synchronization of data between the model and view components. The way that Angular implements data-binding lets you treat the

2016-03-29 16:11:12
Guide: Accessibility

The goal of ngAria is to improve Angular's default accessibility by enabling common ARIA attributes

2016-03-29 16:11:09
Guide: Running in Production

There are a few things you might consider when running your AngularJS application in production. Disabling Debug

2016-03-29 16:11:17
Guide: Conceptual Overview

This section briefly touches on all of the important parts of AngularJS using a simple example. For a more in-depth explanation, see the tutorial.

2016-03-29 16:11:11
Guide: Dependency Injection

Dependency Injection (DI) is a software design pattern that deals with how components get hold of their dependencies. The Angular injector subsystem

2016-03-29 16:11:12
Guide: Developer Guide

Everything you need to know about AngularJS What is AngularJS

2016-03-29 16:11:13
Guide: Expressions

Angular expressions are JavaScript-like code snippets that are mainly placed in interpolation bindings such as <span title="{{ attrBinding }}">{{ textBinding }

2016-03-29 16:11:15
Guide: Templates

In Angular, templates are written with HTML that contains Angular-specific elements and attributes. Angular combines the template with information from the model and controller

2016-03-29 16:11:19
Guide: Bootstrap

This page explains the Angular initialization process and how you can manually initialize Angular if necessary. Angular

2016-03-29 16:11:10