From 27761b6c96a244f31e8cd056e80870557e6bad97 Mon Sep 17 00:00:00 2001 From: David Rogers Date: Mon, 17 Mar 2014 16:44:53 -0400 Subject: [PATCH] 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. --- src/ng/directive/form.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index 1424157c8751..9983d367f949 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -360,8 +360,6 @@ function FormController(element, attrs, $scope, $animate) { * - * @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) {