Guide: Modules
  • References/JavaScript/AngularJS/Guide

You can think of a module as a container for the different parts of your app â controllers, services, filters, directives, etc. Why

2025-01-10 15:47:30
Guide: i18n and l10n
  • References/JavaScript/AngularJS/Guide

Internationalization (i18n) is the process of developing products in such a way that they can be localized for languages and cultures easily. Localization (l10n), is the process

2025-01-10 15:47:30
Guide: Introduction
  • References/JavaScript/AngularJS/Guide

AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML's syntax to express your application's components

2025-01-10 15:47:30
Guide: Security
  • References/JavaScript/AngularJS/Guide

This document explains some of AngularJS's security features and best practices that you should keep in mind as you build your application.

2025-01-10 15:47:30
Guide: Directives
  • References/JavaScript/AngularJS/Guide

Note: this guide is targeted towards developers who are already familiar with AngularJS basics. If you're just getting started, we recommend the tutorial

2025-01-10 15:47:30
Guide: Services
  • References/JavaScript/AngularJS/Guide

Angular services are substitutable objects that are wired together using dependency injection

2025-01-10 15:47:30
Guide: Forms
  • References/JavaScript/AngularJS/Guide

Controls (input, select, textarea) are ways for a user to enter data. A Form is a collection of controls for the purpose of grouping

2025-01-10 15:47:30
Guide: Filters
  • References/JavaScript/AngularJS/Guide

A filter formats the value of an expression for display to the user. They can be used in view templates, controllers or services and it is easy to define your own filter.

2025-01-10 15:47:30
Guide: Animations
  • References/JavaScript/AngularJS/Guide

AngularJS provides animation hooks for common directives such as ngRepeat, ngSwitch, and ngView, as well as custom directives via the

2025-01-10 15:47:30
Guide: Controllers
  • References/JavaScript/AngularJS/Guide

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

2025-01-10 15:47:30