diff options
| author | David Rogers | 2014-03-17 16:44:53 -0400 | 
|---|---|---|
| committer | Caitlin Potter | 2014-03-17 17:05:57 -0400 | 
| commit | c995b09b77696ebb4b7806f681ad616705fb4a49 (patch) | |
| tree | c3578ee9fd83ff439529da11453cf845ca439fd2 /src | |
| parent | 8a96f317e594a5096d4fa56ceae4c685eec8ac8b (diff) | |
| download | angular.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')
| -rw-r--r-- | src/ng/directive/form.js | 2 | 
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) { | 
