aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/forms.ngdoc
diff options
context:
space:
mode:
authorRoy Ling2014-01-06 16:37:48 +0800
committerTobias Bosch2014-01-06 16:34:49 -0800
commit28cfd96fdc58bbf166e2908126598f20bbed5eda (patch)
treea4137d5bdd8e54624b77967ef4ad19afc52e1fb1 /docs/content/guide/forms.ngdoc
parent99d5defb1a20bd487d3dbc93adcbcfaad1d4006c (diff)
downloadangular.js-28cfd96fdc58bbf166e2908126598f20bbed5eda.tar.bz2
docs(forms): show directive name instead of link path
Diffstat (limited to 'docs/content/guide/forms.ngdoc')
-rw-r--r--docs/content/guide/forms.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc
index c558a220..84ee4330 100644
--- a/docs/content/guide/forms.ngdoc
+++ b/docs/content/guide/forms.ngdoc
@@ -116,7 +116,7 @@ This ensures that the user is not distracted with an error until after interacti
A form is an instance of {@link api/ng.directive:form.FormController FormController}.
The form instance can optionally be published into the scope using the `name` attribute.
-Similarly, an input control that has the {@link api/ng.directive:ngModel} directive holds an
+Similarly, an input control that has the {@link api/ng.directive:ngModel ngModel} directive holds an
instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}.
Such a control instance can be published as a property of the form instance using the `name` attribute
on the input control. The name attribute specifies the name of the property on the form instance.