diff options
| author | ts-web | 2013-09-12 12:55:06 -0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-09-14 21:35:57 +0100 | 
| commit | 83f93889e1f5e957c20946e4060f4f6e3199ae0e (patch) | |
| tree | 3cff2fd41706507ee1e56d79cb57b8975398cf0f /docs/content/guide/forms.ngdoc | |
| parent | 3b5fd53e2db3dafedd0f0e65ab272379aff81139 (diff) | |
| download | angular.js-83f93889e1f5e957c20946e4060f4f6e3199ae0e.tar.bz2 | |
docs(guide/forms): add comma for clarity
Closes #3985
Diffstat (limited to 'docs/content/guide/forms.ngdoc')
| -rw-r--r-- | docs/content/guide/forms.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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. | 
