From 31ebeeef7d1429dc1a4792f4678dd22c31d473b4 Mon Sep 17 00:00:00 2001 From: David Bennett Date: Sat, 26 Oct 2013 18:18:53 +0100 Subject: docs(ngForm): ensure correct attribute name in usage example Closes #4611 --- src/ng/directive/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng/directive/form.js') 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. * */ -- cgit v1.2.3