Skip to content

Commit 56f2d1e

Browse files
roylingjamesdaily
authored andcommitted
docs(forms): show directive name instead of link path
1 parent 1a07941 commit 56f2d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/forms.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ This ensures that the user is not distracted with an error until after interacti
116116
A form is an instance of {@link api/ng.directive:form.FormController FormController}.
117117
The form instance can optionally be published into the scope using the `name` attribute.
118118

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
120120
instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}.
121121
Such a control instance can be published as a property of the form instance using the `name` attribute
122122
on the input control. The name attribute specifies the name of the property on the form instance.

0 commit comments

Comments
 (0)