aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/forms.ngdoc
diff options
context:
space:
mode:
authorVojta Jina2013-12-13 12:28:02 -0800
committerVojta Jina2013-12-13 12:28:02 -0800
commit03088d60109582fa5e966ad8425b3de9d9152b6a (patch)
treeea139ea04141dcf71224768b20a8df7451119a9b /docs/content/guide/forms.ngdoc
parent18e0768a2b94f10d188125997c96bc733ddcef1e (diff)
downloadangular.js-03088d60109582fa5e966ad8425b3de9d9152b6a.tar.bz2
docs: fix a broken link
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 ca44e553..369707b3 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:ng-model} directive holds an
+Similarly, an input control that has the {@link api/ng.directive: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.