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

Commit 012585a

Browse files
committed
Merged #157 to add Simplified Chinese locale
Thanks to @wbiz for providing Simplified Chinese locale
1 parent 00be328 commit 012585a

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation-ghiscoding",
3-
"version": "1.5.21",
3+
"version": "1.5.22",
44
"author": "Ghislain B.",
55
"description": "Angular-Validation Directive and Service (ghiscoding)",
66
"main": [

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Angular-Validation change logs
22

3+
1.5.22 (2017-06-07) Merged #157 to add Simplified Chinese locale.
34
1.5.21 (2017-05-14) Fix #151 validation rule "different" disables rule "required".
45
1.5.20 (2017-04-20) Add an unminified version and Fix #153 bug in validation service.
56
1.5.19 (2017-04-17) Fix #150 angularValidation.revalidate problems

dist/angular-validation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
* Angular-Validation Directive and Service (ghiscoding)
33
* http://github.com/ghiscoding/angular-validation
44
* @author: Ghislain B.
5-
* @version: 1.5.21
5+
* @version: 1.5.22
66
* @license: MIT
7-
* @build: Sun May 14 2017 23:35:23 GMT-0400 (Eastern Daylight Time)
7+
* @build: Wed Jun 07 2017 22:01:12 GMT-0400 (Eastern Daylight Time)
88
*/
99
/**
1010
* Angular-Validation Directive (ghiscoding)

0 commit comments

Comments
 (0)