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

Commit

Permalink
typo - added changelog & updated Bootstrap+Angular
Browse files Browse the repository at this point in the history
- Added changelog inside Readme page
- Updated link to latest AngularJS 1.3.7
- Updated link to latest Bootstrap 3.3.1
  • Loading branch information
ghiscoding committed Jan 5, 2015
1 parent 369d129 commit 7b3043a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Angular-Validation</title>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="example-style.css">
</head>

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

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

<!-- angular-translate -->
<!-- Visit Angular-Translate https://github.com/PascalPrecht/angular-translate -->
Expand Down
11 changes: 8 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Angular Validation
### Form validation after user inactivity (customizable timeout)
`Version: 1.3.1`
`Version: 1.3.3`

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!

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

## Some Working Examples
## Some Working Examples

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

Expand Down Expand Up @@ -220,4 +220,9 @@ License
* Add `street_address` validator
* Add more validators...
* Add more locale languages... I need your help on that one!!!
* Add online demo

## CHANGELOG
* [1.3.0](https://github.com/ghiscoding/angular-validation/commit/d106996926bef86a0457c90fbb65fe6233f3928d) (2014-12-01) Added support to AngularJS 1.3
* [1.3.1](https://github.com/ghiscoding/angular-validation/commit/44fe9de050504a46bb0eb975c31bc4b0f3b6f516) (2015-01-02) Added Input Match (confirmation) Validator
* [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.
* 1.3.3 (2015-01-04) Added changelog & updated Bootstrap(3.3.1), AngularJS(1.3.7) to latest versions

0 comments on commit 7b3043a

Please sign in to comment.