diff options
Diffstat (limited to 'src/ng/directive')
| -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) { | 
