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

Commit 7b3043a

Browse files
committed
typo - added changelog & updated Bootstrap+Angular
- Added changelog inside Readme page - Updated link to latest AngularJS 1.3.7 - Updated link to latest Bootstrap 3.3.1
1 parent 369d129 commit 7b3043a

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

‎index.html‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Angular-Validation</title>
6-
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
77
<link rel="stylesheet" href="example-style.css">
88
</head>
99

@@ -23,8 +23,8 @@ <h3 class="text-info">{{'CHANGE_LANGUAGE' | translate}}</h3>
2323
<ng-view></ng-view>
2424

2525
<!-- external librairies CDN -->
26-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.4/angular.js"></script>
27-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.4/angular-route.js"></script>
26+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.js"></script>
27+
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular-route.js"></script>
2828

2929
<!-- angular-translate -->
3030
<!-- Visit Angular-Translate https://github.com/PascalPrecht/angular-translate -->

‎readme.md‎

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Angular Validation
22
### Form validation after user inactivity (customizable timeout)
3-
`Version: 1.3.1`
3+
`Version: 1.3.3`
44

55
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!
66

@@ -13,7 +13,7 @@ Now also supporting AngularJS 1.3.x (see legacy folder for 1.2.x support)
1313
## Live Demo
1414
[Plunker](http://plnkr.co/jADq7H)
1515

16-
## Some Working Examples
16+
## Some Working Examples
1717

1818
Let's start with a simple example and then let's get down to real business.
1919

@@ -220,4 +220,9 @@ License
220220
* Add `street_address` validator
221221
* Add more validators...
222222
* 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.
228+
* 1.3.3 (2015-01-04) Added changelog & updated Bootstrap(3.3.1), AngularJS(1.3.7) to latest versions

0 commit comments

Comments
 (0)