mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-04 08:58:16 +08:00
docs(ngForm): ensure correct attribute name in usage example
Closes #4611
This commit is contained in:
committed by
Pete Bacon Darwin
parent
e73bd40e85
commit
31ebeeef7d
@@ -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.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user