You can think of a module as a container for the different parts of your app â controllers, services, filters, directives, etc. Why
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
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
This document explains some of AngularJS's security features and best practices that you should keep in mind as you build your application.
Note: this guide is targeted towards developers who are already familiar with AngularJS basics. If you're just getting started, we recommend the tutorial
Angular services are substitutable objects that are wired together using dependency injection
Controls (input, select, textarea) are ways for a user to enter data. A Form is a collection of controls for the purpose of grouping
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.
AngularJS provides animation hooks for common directives such as ngRepeat, ngSwitch, and ngView, as well as custom directives via the
In Angular, a Controller is defined by a JavaScript constructor function that is used to augment the
Page 1 of 3