aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rogers2014-03-17 16:44:53 -0400
committerVojta Jina2014-03-21 11:42:17 -0700
commit8f7f0d26eddc3d609303f9c2836f7dc42a55c3f2 (patch)
tree78ba69372907e884ce32ced5b06a9c5a93b45757
parent98d825e10d3bf76f47e69abba857a8933c8cb7d9 (diff)
downloadangular.js-8f7f0d26eddc3d609303f9c2836f7dc42a55c3f2.tar.bz2
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
-rw-r--r--src/ng/directive/form.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js
index 1424157c..9983d367 100644
--- a/src/ng/directive/form.js
+++ b/src/ng/directive/form.js
@@ -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) {