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 Aug 15, 2021. It is now read-only.
Fixed problem with the de-bounce function in the ngModel decorator.Option added to the validator service to automatically scroll to the first invalid input.
Copy file name to clipboardexpand all lines: bower.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "angular-auto-validate",
3
-
"version": "1.19.0",
3
+
"version": "1.19.1",
4
4
"description": "An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors",
Copy file name to clipboardexpand all lines: package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "angular-auto-validate",
3
-
"version": "1.19.0",
3
+
"version": "1.19.1",
4
4
"description": "An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors",
0 commit comments