You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
14 Nov 2014 v1.2.6
2
+
===
3
+
**Important**
4
+
5
+
This version support to angularjs version 1.2.x <br/>
6
+
To support angularjs version 1.3.x, please use angular-validation 1.3.x
7
+
8
+
**Fix**
9
+
10
+
[bcaab7e](https://github.com/huei90/angular-validation/commit/bcaab7e31f2e00e92e2d8e8397935c96c37d16b3) Custom message on html not displaying with multiple validator
11
+
1
12
24 Aug 2014 v1.2.5
2
13
===
3
14
**New Features**
@@ -109,4 +120,4 @@ Include bower.json
109
120
[51f0019](https://github.com/huei90/angular-validation/commit/51f0019477a1ec459edfea4b2966bd6a16b2a348) provider `validate``reset` doesn't need parameter `scope` anymore
@@ -9,10 +9,14 @@ Client-side Validation should be simple and clean.
9
9
<br/>Don't let Client-side Validation dirty your controller.
10
10
<br/>Setup your Validation on config phase by using some rules [(example)](https://github.com/huei90/angular-validation/blob/master/dist/angular-validation-rule.js)
11
11
<br/>And add Validation in your view only.
12
+
13
+
angularjs 1.2.0 support to version angular-validation 1.2.6 <br/>
14
+
angularjs 1.3.0 support after version angular-validation 1.3.0
0 commit comments