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
This commit is contained in:
David Rogers
2014-03-17 16:44:53 -04:00
committed by Vojta Jina
parent 98d825e10d
commit 8f7f0d26ed
-2
View File
@@ -360,8 +360,6 @@ function FormController(element, attrs, $scope, $animate) {
</file>
</example>
*
* @param {string=} name Name of the form. If specified, the form controller will be published into
* related scope, under this name.
*/
var formDirectiveFactory = function(isNgForm) {
return ['$timeout', function($timeout) {