Enter your name:
Enter your Email Address:
Submit
Validation name
Form
Name
Email
Pristine
{{form.$pristine}}
{{form.name.$pristine}}
{{form.email.$pristine}}
Dirty
{{form.$dirty}}
{{form.name.$dirty}}
{{form.email.$dirty}}
Valid
{{form.$valid}}
{{form.name.$valid}}
{{form.email.$valid}}
Submitted
{{form.$submitted}}
NA
NA
Touched
NA
{{form.name.$touched}}
{{form.email.$touched}}
Untouched
NA
{{form.name.$untouched}}
{{form.email.$untouched}}