diff options
| -rw-r--r-- | src/ng/directive/form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 6b5c52f4..4e8cd104 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -206,7 +206,7 @@ function FormController(element, attrs) { * does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a * sub-group of controls needs to be determined. * - * @param {string=} name|ngForm Name of the form. If specified, the form controller will be published into + * @param {string=} ngForm|name Name of the form. If specified, the form controller will be published into * related scope, under this name. * */ |
