aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive/form.js
diff options
context:
space:
mode:
authorDavid Bennett2013-10-26 18:18:53 +0100
committerPete Bacon Darwin2013-10-26 18:18:53 +0100
commit31ebeeef7d1429dc1a4792f4678dd22c31d473b4 (patch)
tree1fe4903c646c02e64cbee492909b43afc87a280d /src/ng/directive/form.js
parente73bd40e857d88349011ae9d0272a7c5aa2f03ab (diff)
downloadangular.js-31ebeeef7d1429dc1a4792f4678dd22c31d473b4.tar.bz2
docs(ngForm): ensure correct attribute name in usage example
Closes #4611
Diffstat (limited to 'src/ng/directive/form.js')
-rw-r--r--src/ng/directive/form.js2
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.
*
*/