angular.module.ng.$compileProvider.directive.ng-form

Description

Nestable alias of form directive. HTML does not allow nesting of form elements. It is useful to nest forms, for example if the validity of a sub-group of controls needs to be determined.

Usage

as element (see IE restrictions)
<ng-form
       [name="{string}"]>
</ng-form>
as attribute
<ANY ng-form="{string}">
   ...
</ANY>
as class
<ANY class="ng-form: {string};">
   ...
</ANY>

Parameters