This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Fixed issue #52 (interpolation), issue #53 ( ngIf )
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
).