mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(ngForm): ensure correct attribute name in usage example
Closes #4611
This commit is contained in:
parent
e73bd40e85
commit
31ebeeef7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue