From a1c4f6fbb70d8cbc99d23928a03e554807e9ee22 Mon Sep 17 00:00:00 2001 From: Dave Peticolas Date: Wed, 18 Sep 2013 17:06:29 -0700 Subject: docs(ngForm): fix grammar and improve explanation Closes #4050 --- src/ng/directive/form.js | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'src/ng/directive/form.js') diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 00e8f287..ed9d7052 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -217,15 +217,19 @@ function FormController(element, attrs) { * Directive that instantiates * {@link ng.directive:form.FormController FormController}. * - * If `name` attribute is specified, the form controller is published onto the current scope under + * If the `name` attribute is specified, the form controller is published onto the current scope under * this name. * * # Alias: {@link ng.directive:ngForm `ngForm`} * - * In angular forms can be nested. This means that the outer form is valid when all of the child - * forms are valid as well. However browsers do not allow nesting of `