Skip to content
This repository was archived by the owner on Aug 15, 2021. It is now read-only.

Releases: jonsamwell/angular-auto-validate

v1.18.14

Choose a tag to compare

@jonsamwell jonsamwell released this 23 Aug 06:55

Fixed issue with globally changing default form validation options.

v1.18.13

Choose a tag to compare

@jonsamwell jonsamwell released this 21 Aug 03:11

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

Choose a tag to compare

@jonsamwell jonsamwell released this 21 Aug 02:10

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

Choose a tag to compare

@jonsamwell jonsamwell released this 20 Aug 04:42

Fixed issue ngModelDecorator not working with angular-material due to incorrect pre and post function invocations

v1.18.10

Choose a tag to compare

@jonsamwell jonsamwell released this 02 Aug 22:34

Fixed issue #61 with globally disabling the library and enabling it for a particular form

v1.18.9

Choose a tag to compare

@jonsamwell jonsamwell released this 02 Aug 21:56

Fixed #68
Setting form to untouched and pristine when a form reset is requested

v1.18.8

Choose a tag to compare

@jonsamwell jonsamwell released this 02 Aug 21:14

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

Choose a tag to compare

@jonsamwell jonsamwell released this 01 Aug 08:11

Added Spanish i18n file.
Fixed issue #73
Added the ability to reset the form via the form controller (#82)

v1.18.6

Choose a tag to compare

@jonsamwell jonsamwell released this 16 Apr 06:44
Increased limit on findWithClassElementAsc in BS3Modifier to find an …

v1.18.5

Choose a tag to compare

@jonsamwell jonsamwell released this 18 Mar 01:17

Fixed issue where a form would not validate when the submit button was clicked.