aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng
diff options
context:
space:
mode:
authorDavid Rogers2014-03-17 16:44:53 -0400
committerCaitlin Potter2014-03-17 17:05:57 -0400
commitc995b09b77696ebb4b7806f681ad616705fb4a49 (patch)
treec3578ee9fd83ff439529da11453cf845ca439fd2 /src/ng
parent8a96f317e594a5096d4fa56ceae4c685eec8ac8b (diff)
downloadangular.js-c995b09b77696ebb4b7806f681ad616705fb4a49.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
Diffstat (limited to 'src/ng')
-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) {