From 83f93889e1f5e957c20946e4060f4f6e3199ae0e Mon Sep 17 00:00:00 2001 From: ts-web Date: Thu, 12 Sep 2013 12:55:06 -0400 Subject: docs(guide/forms): add comma for clarity Closes #3985 --- docs/content/guide/forms.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/forms.ngdoc') diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index f7fbdcbf..d8488a02 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -115,7 +115,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 control is an instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}. +Similarly, control is an instance of {@link api/ng.directive:ngModel.NgModelController NgModelController}. The control instance can similarly be published into the form instance using the `name` attribute. This implies that the internal state of both the form and the control is available for binding in the view using the standard binding primitives. -- cgit v1.2.3