Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Fixed issue #52 (interpolation), issue #53 ( ngIf )

Choose a tag to compare

@ghiscoding ghiscoding released this 29 Jul 01:21
· 121 commits to master since this release

Fixed issue #52, changed default behavior of ngDisabled which was displaying error message right after an element became enabled, it will still pre-validate but not directly show the error message unless preValidateFormElements is set to True.

  • Fixed issue #53, to support ngIf (add a trigger on element $destroy).