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
{{ message }}
This repository was archived by the owner on Jul 1, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#Angular Validation
2
2
### Form validation after user inactivity (customizable timeout)
3
-
`Version: 1.3.1`
3
+
`Version: 1.3.3`
4
4
5
5
Angular Validation made easy! Angular Validation is an angular directive with locales (languages) with a simple approach of defining your validation in 1 line and displaying the errors on another 1 line...that's it!
6
6
@@ -13,7 +13,7 @@ Now also supporting AngularJS 1.3.x (see legacy folder for 1.2.x support)
13
13
## Live Demo
14
14
[Plunker](http://plnkr.co/jADq7H)
15
15
16
-
## Some Working Examples
16
+
## Some Working Examples
17
17
18
18
Let's start with a simple example and then let's get down to real business.
19
19
@@ -220,4 +220,9 @@ License
220
220
* Add `street_address` validator
221
221
* Add more validators...
222
222
* Add more locale languages... I need your help on that one!!!
223
-
* Add online demo
223
+
224
+
## CHANGELOG
225
+
*[1.3.0](https://github.com/ghiscoding/angular-validation/commit/d106996926bef86a0457c90fbb65fe6233f3928d) (2014-12-01) Added support to AngularJS 1.3
226
+
*[1.3.1](https://github.com/ghiscoding/angular-validation/commit/44fe9de050504a46bb0eb975c31bc4b0f3b6f516) (2015-01-02) Added Input Match (confirmation) Validator
227
+
*[1.3.2](https://github.com/ghiscoding/angular-validation/commit/41f9ed9abc7a6d66d4ecf6418b810459bf1d8717) (2015-01-03) Float number validator to also permit dot (.) as first char. Also removed keyboard blocking of invalid character on input type="number" instead display error message.
0 commit comments