This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Releases: ghiscoding/angular-validation
Releases · ghiscoding/angular-validation
add Chinese locale translation "cn.json"
v1.5.25 add Chinese locale translation "cn.json"
Fix #160 validateOnEmpty in Validation-Service
v1.5.24 fix #160 validate on empty validation-service
merged PR #162 and #163
Thanks @noherczeg for the PRs, it fixes a reference error and a possible undefined on an indexOf
Merged #157 to add Simplified Chinese locale
Thanks for @wbiz for providing the locale :)
Fix #151 validation rule "different" disables rule "required"
validation rules "different" and "required" are used together, the "required" rule is not enforced.
Fix #153 small bug in validation service
Also added an unminified version of Angular-Validation
as requested
Fix #150 angularValidation.revalidate problems
Thanks to @jsolt for fixing the issue
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. Prior to this, a disabled="false" was completely bypassing the validation
Add silent mode to checkFormValidity function
v1.5.17 Add silent mode to checkFormValidity function
Fix issue where empty Form Controller was throwing an error
v1.5.16 Fix issue where empty Form Controller was throwing an error