Skip to content

Tags: leoalmar/angular-auto-validate

Tags

v1.18.17

Toggle v1.18.17's commit message
Update version number

v1.18.16

Toggle v1.18.16's commit message
Fixes issue (jonsamwell#88) where the node is a comment.Fixes issue w…

…ith validation error message placement with checkboxes and radio groups for the BS3 modifier.

v1.18.15

Toggle v1.18.15's commit message
Added zh-cn lang file

v1.18.14

Toggle v1.18.14's commit message
Fixed issue with globally changing default form validation options.

v1.18.13

Toggle v1.18.13's commit message

v1.18.12

Toggle v1.18.12's commit message
Delete git

v1.18.11

Toggle v1.18.11's commit message
Fixed issue ngModelDecorator not working with angular-material due to…

… incorrect pre and post function invocations

v1.18.10

Toggle v1.18.10's commit message
Fixed issue jonsamwell#61 with globally disabling the library and ena…

…bling it for a particular form

v1.18.9

Toggle v1.18.9's commit message
Fixed jonsamwell#68. Setting form to untouched and pristine when a fo…

…rm reset is requested

v1.18.8

Toggle v1.18.8's commit message
Reset a form programatically is now possible via the resetForm method…

… on the form controllers autoValidateFormOptions objector by raising the event 'form:{formName}:reset on the controllers scope. The formName is the value in the name attributeon the form tag which also corresponds to the formController.$name property.Fixes issue with removing external validation raised in jonsamwell#39