Skip to content

Tags: PrashantP25/angular-validation

Tags

v1.5.25

Toggle v1.5.25's commit message
add Chinese locale translation "cn.json"

v1.5.24

Toggle v1.5.24's commit message
fix ghiscoding#160 validate on empty validation-service

v1.5.23

Toggle v1.5.23's commit message
merged PR ghiscoding#162 and PR ghiscoding#163

v1.5.22

Toggle v1.5.22's commit message
Merged ghiscoding#157 to add Simplified Chinese locale

Thanks to @wbiz for providing Simplified Chinese locale

v1.5.21

Toggle v1.5.21's commit message
update changelog

v1.5.20

Toggle v1.5.20's commit message
update changelog

v1.5.19

Toggle v1.5.19's commit message
Fix ghiscoding#150 angularValidation.revalidate problems

Thanks to @jsolt for fixing the issue

v1.5.18

Toggle v1.5.18's commit message
Fix disabled="false" as attribute to run validation

evaluate the disabled="false" attribute value in Angular-Validation so
that the validation kicks in when this value is set to "false". This was
problem found with the 3rd party library nya-bootstrap-select

v1.5.17

Toggle v1.5.17's commit message
Add silent mode to checkFormValidity function

v1.5.16

Toggle v1.5.16's commit message
Fix issue where empty Form Controller was throwing an error