diff options
| author | David Bennett | 2013-10-26 18:18:53 +0100 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-26 18:18:53 +0100 |
| commit | 31ebeeef7d1429dc1a4792f4678dd22c31d473b4 (patch) | |
| tree | 1fe4903c646c02e64cbee492909b43afc87a280d /src | |
| parent | e73bd40e857d88349011ae9d0272a7c5aa2f03ab (diff) | |
| download | angular.js-31ebeeef7d1429dc1a4792f4678dd22c31d473b4.tar.bz2 | |
docs(ngForm): ensure correct attribute name in usage example
Closes #4611
Diffstat (limited to 'src')
| -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. * */ |
