|
1 | 1 | angular-validation 1.4.3 |
2 | 2 | ========================= |
3 | 3 | [](http://badge.fury.io/js/angular-validation) |
4 | | -[](https://travis-ci.org/huei90/angular-validation) |
5 | | -[](https://codeclimate.com/github/huei90/angular-validation) |
6 | | -[](https://coveralls.io/github/huei90/angular-validation?branch=master) |
7 | | -[](https://david-dm.org/huei90/angular-validation#info=devDependencies) |
8 | | -[](https://gitter.im/huei90/angular-validation) |
| 4 | +[](https://travis-ci.org/hueitan/angular-validation) |
| 5 | +[](https://codeclimate.com/github/hueitan/angular-validation) |
| 6 | +[](https://coveralls.io/github/hueitan/angular-validation?branch=master) |
| 7 | +[](https://david-dm.org/hueitan/angular-validation#info=devDependencies) |
| 8 | +[](https://gitter.im/hueitan/angular-validation) |
9 | 9 |
|
10 | 10 | Client-side Validation should be simple and clean. |
11 | 11 | <br/>Don't let Client-side Validation dirty your controller. |
12 | 12 |
|
13 | | -Setup your Validation on config phase by using some rules [(example)](https://github.com/huei90/angular-validation/blob/master/dist/angular-validation-rule.js) |
| 13 | +Setup your Validation on config phase by using some rules [(example)](https://github.com/hueitan/angular-validation/blob/master/dist/angular-validation-rule.js) |
14 | 14 | <br/>If you prefer schema over html attributes , try [angular-validation-schema |
15 | 15 | ](https://github.com/thetutlage/angular-validation-schema) [(Demo)](http://plnkr.co/edit/X56HEsDYgYoY8gbSj7cu?p=preview) |
16 | 16 | <br/>And add Validation in your view only. |
17 | 17 |
|
18 | | -angularjs 1.2.x support to version [angular-validation 1.2.x](https://github.com/huei90/angular-validation/tree/v1.2.x) <br/> |
19 | | -angularjs 1.3.x support after version [angular-validation 1.3.x](https://github.com/huei90/angular-validation/tree/v1.3.x) <br/> |
| 18 | +angularjs 1.2.x support to version [angular-validation 1.2.x](https://github.com/hueitan/angular-validation/tree/v1.2.x) <br/> |
| 19 | +angularjs 1.3.x support after version [angular-validation 1.3.x](https://github.com/hueitan/angular-validation/tree/v1.3.x) <br/> |
20 | 20 | angularjs 1.4.x support after version angular-validation 1.4.x |
21 | 21 |
|
22 | 22 | Requirement |
23 | 23 | ----- |
24 | | -[AngularJS](http://angularjs.org) 1.2.x (for [angular-validation 1.2.x](https://github.com/huei90/angular-validation/tree/v1.2.x)) <br/> |
25 | | -[AngularJS](http://angularjs.org) 1.3.x (for [angular-validation 1.3.x](https://github.com/huei90/angular-validation/tree/v1.3.x)) <br/> |
26 | | -[AngularJS](http://angularjs.org) 1.4.x (for [angular-validation 1.4.x](https://github.com/huei90/angular-validation/tree/master)) |
| 24 | +[AngularJS](http://angularjs.org) 1.2.x (for [angular-validation 1.2.x](https://github.com/hueitan/angular-validation/tree/v1.2.x)) <br/> |
| 25 | +[AngularJS](http://angularjs.org) 1.3.x (for [angular-validation 1.3.x](https://github.com/hueitan/angular-validation/tree/v1.3.x)) <br/> |
| 26 | +[AngularJS](http://angularjs.org) 1.4.x (for [angular-validation 1.4.x](https://github.com/hueitan/angular-validation/tree/master)) |
27 | 27 |
|
28 | 28 | DEMO |
29 | 29 | ----- |
30 | | -http://huei90.github.io/angular-validation/ |
| 30 | +http://hueitan.github.io/angular-validation/ |
31 | 31 |
|
32 | 32 | http://plnkr.co/edit/rjIIkX (Bootstrap framework) |
33 | 33 |
|
@@ -77,7 +77,7 @@ Writing your First Code |
77 | 77 | </form> |
78 | 78 | ``` |
79 | 79 |
|
80 | | -[Documentation API](https://github.com/huei90/angular-validation/blob/master/API.md) |
| 80 | +[Documentation API](https://github.com/hueitan/angular-validation/blob/master/API.md) |
81 | 81 |
|
82 | 82 | Built-in validation <small>in angular-validation-rule</small> |
83 | 83 | === |
|
142 | 142 |
|
143 | 143 | CHANGELOG |
144 | 144 | ===== |
145 | | -See [release](https://github.com/huei90/angular-validation/releases) |
| 145 | +See [release](https://github.com/hueitan/angular-validation/releases) |
146 | 146 |
|
147 | 147 | CONTRIBUTORS |
148 | 148 | ===== |
149 | 149 | Thank you for your contribution [@lvarayut](https://github.com/lvarayut) and [@Nazanin1369](https://github.com/Nazanin1369) :heart: <br/> |
150 | | -Thanks for all [contributors](https://github.com/huei90/angular-validation/graphs/contributors) |
| 150 | +Thanks for all [contributors](https://github.com/hueitan/angular-validation/graphs/contributors) |
0 commit comments