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
[6b22fe2](https://github.com/huei90/angular-validation/commit/6b22fe2065e91cd051ecae973facadd115504c52) Documentation for bootstrap form group
10
+
<br/>[dffdc32](https://github.com/huei90/angular-validation/commit/dffdc3262e8631bc586bf7c9c030864d8b77fbf0) Allow passing of a parameter to validation rule and added min and max length rules
11
+
12
+
**Fix**
13
+
14
+
[09f9731](https://github.com/huei90/angular-validation/commit/09f9731170a63704d0befdbbdd635e700af35433) second validator fires but does not wait
15
+
16
+
**New Featuers**
17
+
18
+
[1b9d527](https://github.com/huei90/angular-validation/commit/1b9d52713c32d1b73c90174258ea9b0cc781489a) toggle has-error on parent form-group with $validationProvider valid/invalid callbacks
19
+
1
20
02 Feb 2015 v1.3.0
2
21
===
3
22
**Important**
@@ -6,7 +25,7 @@ This version support angularjs 1.3
6
25
7
26
**Improvement**
8
27
9
-
[b6a70b2](https://github.com/huei90/angular-validation/commit/a6ac1400a8a637bc2296a1910c3456797b6a70b2) Use ctrl.$viewValue instead of element[0].value
28
+
[b6a70b2](https://github.com/huei90/angular-validation/commit/a6ac1400a8a637bc2296a1910c3456797b6a70b2) Use ctrl.$viewValue instead of element[0].value
10
29
<br/>[0e1925e](https://github.com/huei90/angular-validation/commit/a30e6edaffe15c64cac711a7290236b550e1925e) Default initial Validity is undefined
11
30
<br/>[8c7bfb1](https://github.com/huei90/angular-validation/commit/d505d45a93984e07f0a466d3e385e15ac8c7bfb1) Prevents span from being displayed for valid input without messages
12
31
<br/>[509e2a0](https://github.com/huei90/angular-validation/commit/8b1b46f8e37e5eb435de4a0842cb036e5509e2a0) Allows global disabling of error messages in case someone wants that
@@ -30,10 +49,10 @@ Thanks @lvarayut @eyupatis @U-US\katerbm @dmitry-dedukhin for the contributions
30
49
14 Nov 2014 v1.2.6
31
50
===
32
51
**Important**
33
-
52
+
34
53
This version support to angularjs version 1.2.x <br/>
35
54
To support angularjs version 1.3.x, please use angular-validation 1.3.x
36
-
55
+
37
56
**Fix**
38
57
39
58
[bcaab7e](https://github.com/huei90/angular-validation/commit/bcaab7e31f2e00e92e2d8e8397935c96c37d16b3) Custom message on html not displaying with multiple validator
0 commit comments