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"

Choose a tag to compare

@ghiscoding ghiscoding released this 29 Oct 16:32
v1.5.25

add Chinese locale translation "cn.json"

Fix #160 validateOnEmpty in Validation-Service

Choose a tag to compare

@ghiscoding ghiscoding released this 02 Sep 03:48
v1.5.24

fix #160 validate on empty validation-service

merged PR #162 and #163

Choose a tag to compare

@ghiscoding ghiscoding released this 17 Aug 04:38

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

Merged #157 to add Simplified Chinese locale

Choose a tag to compare

@ghiscoding ghiscoding released this 08 Jun 02:04

Thanks for @wbiz for providing the locale :)

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

Choose a tag to compare

@ghiscoding ghiscoding released this 15 May 05:02

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

Fix #153 small bug in validation service

Choose a tag to compare

@ghiscoding ghiscoding released this 20 Apr 16:23

Also added an unminified version of Angular-Validation as requested

Fix #150 angularValidation.revalidate problems

Choose a tag to compare

@ghiscoding ghiscoding released this 18 Apr 03:48

Thanks to @jsolt for fixing the issue

Fix disabled="false" as attribute to run validation

Choose a tag to compare

@ghiscoding ghiscoding released this 31 Mar 19:05

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

Choose a tag to compare

@ghiscoding ghiscoding released this 10 Mar 05:06
v1.5.17

Add silent mode to checkFormValidity function

Fix issue where empty Form Controller was throwing an error

Choose a tag to compare

@ghiscoding ghiscoding released this 24 Jan 19:29
v1.5.16

Fix issue where empty Form Controller was throwing an error