File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ This ensures that the user is not distracted with an error until after interacti
115
115
116
116
A form is an instance of {@link api/ng.directive:form.FormController FormController}.
117
117
The form instance can optionally be published into the scope using the `name` attribute.
118
- Similarly control is an instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}.
118
+ Similarly, control is an instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}.
119
119
The control instance can similarly be published into the form instance using the `name` attribute.
120
120
This implies that the internal state of both the form and the control is available for binding in the view using the standard binding primitives.
121
121
You can’t perform that action at this time.
0 commit comments