We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba731ab commit e0198c1Copy full SHA for e0198c1
src/ng/directive/input.js
@@ -1589,6 +1589,7 @@ var VALID_CLASS = 'ng-valid',
1589
* @property {boolean} $dirty True if user has already interacted with the control.
1590
* @property {boolean} $valid True if there is no error.
1591
* @property {boolean} $invalid True if at least one error on the control.
1592
+ * @property {string} $name The name attribute of the control.
1593
*
1594
* @description
1595
0 commit comments