Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cddd48f

Browse files
docs(form): move param tag outside of main description
1 parent be3b62c commit cddd48f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/ng/directive/form.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,6 @@ function FormController(element, attrs, $scope, $animate) {
395395
* submitted. Note that `ngClick` events will occur before the model is updated. Use `ngSubmit`
396396
* to have access to the updated model.
397397
*
398-
* @param {string=} name Name of the form. If specified, the form controller will be published into
399-
* related scope, under this name.
400-
*
401398
* ## Animation Hooks
402399
*
403400
* Animations in ngForm are triggered when any of the associated CSS classes are added and removed.
@@ -474,6 +471,8 @@ function FormController(element, attrs, $scope, $animate) {
474471
</file>
475472
</example>
476473
*
474+
* @param {string=} name Name of the form. If specified, the form controller will be published into
475+
* related scope, under this name.
477476
*/
478477
var formDirectiveFactory = function(isNgForm) {
479478
return ['$timeout', function($timeout) {

0 commit comments

Comments
 (0)