You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.
* origin/master:
feat(core): Introduce valdr-enabled directive Allows to dynamically enable and disable the validation with valdr for one or multiple form elements. closes#54, fixes#55
Conflicts:
Gruntfile.js
src/core/valdrEnabled-directive.js
src/core/valdrEnabled-directive.spec.js
src/core/valdrFormItem-directive.js
After removing constraints from valdr with
valdr.removeConstraints()
, the validity state of previously validated form items is not reset.The text was updated successfully, but these errors were encountered: