From f363bcb4376b5394c73cccbc112fbe7955e9d023 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(-) diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 72f752be..dd655191 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -188,15 +188,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 `