Directive 1 content

Directive 2 content

My first name is

My first expression: {{ 5 + 5 }}

Total in dollar: {{ quantity * cost }}

Input something in the input box:

Name :

Name:

Name: {{name}}

First Name:
Last Name:

0 test :{{firstName}}
1 Full Name: {{firstName + " " + lastName}}
2 Full Name:
3 Full Name: {{fullName()}}
4 Full Name:

**** invalid content of an input element ****


The name is {{person.firstName + " " + person.lastName }}

The name is

**** 3rd element in a array ****

The third result is {{ points[2] }}

The third result is

**** Looping with ng-repeat: ****

**** Status for application data ****

Email:

Edit the e-mail address, and try to change the status.

Valid: {{myForm.myAddress.$valid}} (true = the value meets all criteria).

Dirty: {{myForm.myAddress.$dirty}} (true = the value has been changed).

Touched: {{myForm.myAddress.$touched}} ( true = the field has been in focus).

**** input validity ****

Enter your name: