Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 8f7f0d2

Browse files
al-the-xvojtajina
authored andcommitted
docs(ngForm): remove duplicate @param annotation
When the example for `ngAnimate` was added in commit:3344396, the `@param name` annotation was unintentionally duplicated. Remove this duplicate. Closes #6720
1 parent 98d825e commit 8f7f0d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ng/directive/form.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,6 @@ function FormController(element, attrs, $scope, $animate) {
360360
</file>
361361
</example>
362362
*
363-
* @param {string=} name Name of the form. If specified, the form controller will be published into
364-
* related scope, under this name.
365363
*/
366364
var formDirectiveFactory = function(isNgForm) {
367365
return ['$timeout', function($timeout) {

0 commit comments

Comments
 (0)