Skip to content

Commit d2dd358

Browse files
docs(form): move param tag outside of main description
1 parent 53feb27 commit d2dd358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/form.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,6 @@ function FormController(element, attrs, $scope, $animate) {
287287
* hitting enter in any of the input fields will trigger the click handler on the *first* button or
288288
* input[type=submit] (`ngClick`) *and* a submit handler on the enclosing form (`ngSubmit`)
289289
*
290-
* @param {string=} name Name of the form. If specified, the form controller will be published into
291-
* related scope, under this name.
292290
*
293291
* ## Animation Hooks
294292
*
@@ -366,6 +364,8 @@ function FormController(element, attrs, $scope, $animate) {
366364
</file>
367365
</example>
368366
*
367+
* @param {string=} name Name of the form. If specified, the form controller will be published into
368+
* related scope, under this name.
369369
*/
370370
var formDirectiveFactory = function(isNgForm) {
371371
return ['$timeout', function($timeout) {

0 commit comments

Comments
 (0)