Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Releases: ghiscoding/angular-validation

add Chinese locale translation "cn.json"

29 Oct 16:32

Choose a tag to compare

v1.5.25

add Chinese locale translation "cn.json"

Fix #160 validateOnEmpty in Validation-Service

02 Sep 03:48

Choose a tag to compare

v1.5.24

fix #160 validate on empty validation-service

merged PR #162 and #163

17 Aug 04:38

Choose a tag to compare

Thanks @noherczeg for the PRs, it fixes a reference error and a possible undefined on an indexOf

Merged #157 to add Simplified Chinese locale

08 Jun 02:04

Choose a tag to compare

Thanks for @wbiz for providing the locale :)

Fix #151 validation rule "different" disables rule "required"

15 May 05:02

Choose a tag to compare

validation rules "different" and "required" are used together, the "required" rule is not enforced.

Fix #153 small bug in validation service

20 Apr 16:23

Choose a tag to compare

Also added an unminified version of Angular-Validation as requested

Fix #150 angularValidation.revalidate problems

18 Apr 03:48

Choose a tag to compare

Fix disabled="false" as attribute to run validation

31 Mar 19:05

Choose a tag to compare

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

10 Mar 05:06

Choose a tag to compare

v1.5.17

Add silent mode to checkFormValidity function

Fix issue where empty Form Controller was throwing an error

24 Jan 19:29

Choose a tag to compare

v1.5.16

Fix issue where empty Form Controller was throwing an error