Skip to content

Commit e0198c1

Browse files
committed
docs(ngModelController): add $name property
1 parent ba731ab commit e0198c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ng/directive/input.js

+1
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,7 @@ var VALID_CLASS = 'ng-valid',
15891589
* @property {boolean} $dirty True if user has already interacted with the control.
15901590
* @property {boolean} $valid True if there is no error.
15911591
* @property {boolean} $invalid True if at least one error on the control.
1592+
* @property {string} $name The name attribute of the control.
15921593
*
15931594
* @description
15941595
*

0 commit comments

Comments
 (0)