diff --git a/src/ng/directive/form.js b/src/ng/directive/form.js index d60caf04dd22..30a932a46347 100644 --- a/src/ng/directive/form.js +++ b/src/ng/directive/form.js @@ -337,13 +337,9 @@ function FormController(element, attrs, $scope, $animate, $interpolate) { * * In Angular, forms can be nested. This means that the outer form is valid when all of the child * forms are valid as well. However, browsers do not allow nesting of `