Created
May 14, 2014 03:32
-
-
Save gnschenker/135b1d5a119e3fefbdf2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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