1.0.6 • Published 9 years ago

isolate-form v1.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

isolate-form

An Angular directive for nested forms that prevents $invalid from propagating, allowing a nested form to be invalid without affecting its parent's validity.

Code originally written by 91K00, as seen here and here.

Usage:

 <form name="parent">
    <input type="text" ng-model="outside"/>
    <ng-form name="subform" isolate-form>
        <input type="text" ng-model="inside"/>
    </ng-form>
</form>
 

Example: http://jsfiddle.net/gikoo/qNrFX/

1.0.6

9 years ago

1.0.5

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago