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 @@ -116,7 +116,7 @@ This ensures that the user is not distracted with an error until after interacti
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
118
119
- Similarly, an input control that has the {@link api/ng.directive:ngModel} directive holds an
119
+ Similarly, an input control that has the {@link api/ng.directive:ngModel ngModel } directive holds an
120
120
instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}.
121
121
Such a control instance can be published as a property of the form instance using the `name` attribute
122
122
on the input control. The name attribute specifies the name of the property on the form instance.
You can’t perform that action at this time.
0 commit comments