Releases: jonsamwell/angular-auto-validate
v1.18.14
Fixed issue with globally changing default form validation options.
v1.18.13
Added the ability to defer validation until after a form submit by adding the attribute 'validate-on-form-submit="true"'
to the form element.
Lots of re-factoring of the way services and directives are defined.
Aim to reduce the size of the library a bit.
v1.18.12
Added the ability to defer validation until after a form submit by adding the attribute 'validate-on-form-submit="true"'
to the form element.
Lots of re-factoring of the way services and directives are defined.
Aim to reduce the size of the library a bit.
v1.18.11
Fixed issue ngModelDecorator not working with angular-material due to incorrect pre and post function invocations
v1.18.10
v1.18.9
v1.18.8
Reset a form programatically is now possible via the resetForm method on the form controllers autoValidateFormOptions object
or by raising the event 'form:{formName}:reset on the controllers scope. The formName is the value in the name attribute
on the form tag which also corresponds to the formController.$name property.
Fixes issue with removing external validation raised in #39
v1.18.7
v1.18.6
Increased limit on findWithClassElementAsc in BS3Modifier to find an …
v1.18.5
Fixed issue where a form would not validate when the submit button was clicked.