Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbfa0d8 commit 94745f6Copy full SHA for 94745f6
docs/content/guide/forms.ngdoc
@@ -113,7 +113,7 @@ This ensures that the user is not distracted with an error until after interacti
113
114
# Binding to form and control state
115
116
-A form is in instance of {@link api/ng.directive:form.FormController FormController}.
+A form is an instance of {@link api/ng.directive:form.FormController FormController}.
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}.
119
The control instance can similarly be published into the form instance using the `name` attribute.
0 commit comments