Skip to content
This repository was archived by the owner on Aug 15, 2021. It is now read-only.

Commit a86904c

Browse files
committed
Updated readme
1 parent 1f65f6c commit a86904c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
angular-auto-validate
22
=====================
33

4-
See http://jonsamwell.github.io/angular-auto-validate/ and my original blog post for more information http://jonsamwell.com/dynamic-angularjs-validation/
4+
See http://jonsamwell.github.io/angular-auto-validate/ and my original blog post for more information http://jonsamwell.com/dynamic-angularjs-validation/
5+
6+
There is also more information available in the wiki https://github.com/jonsamwell/angular-auto-validate/wiki
7+
8+
See a demo here http://plnkr.co/edit/R4vGhrSYvKJREMV7Q4rC?p=preview

dist/changelog.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ v1.19.2 30/11/2015
22
Added ability for the library to delay showing validation hints on an element while async validators are firing.
33
This functionality is enabled by default - to disbale it change the 'waitForAsyncValidators' option in the defaultFormValidationOptions
44
on the validation provider. Or on a per form basis by adding the attribute wait-for-async-validators="true|false" on
5-
a form.
5+
a form. See http://plnkr.co/edit/3YXEQAU051N4gFCRPi7S?p=preview for a demo.
66

77
v1.19.1 16/11/2015
88
Fixed problem with the de-bounce function in the ngModel decorator.

0 commit comments

Comments
 (0)