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

23 Aug 06:55
Compare
Choose a tag to compare

Fixed issue with globally changing default form validation options.

v1.18.13

21 Aug 03:11
Compare
Choose a tag to compare

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

21 Aug 02:10
Compare
Choose a tag to compare

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

20 Aug 04:42
Compare
Choose a tag to compare

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

v1.18.10

02 Aug 22:34
Compare
Choose a tag to compare

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

v1.18.9

02 Aug 21:56
Compare
Choose a tag to compare

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

v1.18.8

02 Aug 21:14
Compare
Choose a tag to compare

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

01 Aug 08:11
Compare
Choose a tag to compare

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

v1.18.6

16 Apr 06:44
Compare
Choose a tag to compare
Increased limit on findWithClassElementAsc in BS3Modifier to find an …

v1.18.5

18 Mar 01:17
Compare
Choose a tag to compare

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