AngularJS Examples
- Previous Page AngularJS Applications
- Next Page AngularJS Reference Manual
Try It Yourself
You can edit the examples online and then click the button to see the results.
AngularJS Examples
<div ng-app=""> <p>Name: <input type="text" ng-model="name"></p> <p>You wrote: {{ name }}</p> </div>
AngularJS Basics
AngularJS Expressions
- A Simple Expression
- Expressions Without ng-app
- Expressions Containing a Number
- Using ng-bind to Bind a Number
- Expressions Containing a String
- Using ng-bind to Bind a String
- Expressions Containing an Object
- Using ng-bind to Bind an Object
- Expressions Containing an Array
- Using ng-bind to Bind an Array
AngularJS Modules
AngularJS Directives
- AngularJS Directives
- ng-model directive
- ng-repeat directive (used for arrays)
- ng-repeat directive (used for objects)
- Create a New Directive
- Using a New Directive as an Element
- Using a New Directive as an Attribute
- Using a New Directive as a Class
- Using a New Directive as a Comment
- Directives with Restrictions
AngularJS Models
AngularJS Controllers
AngularJS Scopes
AngularJS Filters
AngularJS XMLHttpRequest
- Previous Page AngularJS Applications
- Next Page AngularJS Reference Manual