We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09f619 commit 9057ed2Copy full SHA for 9057ed2
src/ng/directive/form.js
@@ -21,6 +21,7 @@ SUBMITTED_CLASS = 'ng-submitted';
21
* @property {boolean} $dirty True if user has already interacted with the form.
22
* @property {boolean} $valid True if all of the containing forms and controls are valid.
23
* @property {boolean} $invalid True if at least one containing control or form is invalid.
24
+ * @property {boolean} $submitted True if user has submitted the form even if its invalid.
25
*
26
* @property {Object} $error Is an object hash, containing references to all invalid controls or
27
* forms, where:
0 commit comments