Skip to content

Instantly share code, notes, and snippets.

@gnschenker
Created May 14, 2014 03:32
Show Gist options
  • Save gnschenker/135b1d5a119e3fefbdf2 to your computer and use it in GitHub Desktop.
Save gnschenker/135b1d5a119e3fefbdf2 to your computer and use it in GitHub Desktop.
<div>
<h3>Some form properties</h3>
<div>The form is valid: {{loginForm.$valid}}</div>
<div>The form is invalid: {{loginForm.$invalid}}</div>
<div>The form is dirty: {{loginForm.$dirty}}</div>
<div>The form is pristine: {{loginForm.$pristine}}</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment