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 Jul 1, 2020. It is now read-only.
- Fixed issue #52, Changed default behavior of `ngDisabled` which was
displaying error message right after an element became enabled, it will
still pre-validate but not directly show the error message unless
`preValidateFormElements` is set to True.
- Look into the folder /more-examples/interpolate/
- Fixed issue #53, To support `ngIf` (add a trigger on element
`$destroy`).
- Look into the folder /more-examples/ngIfShowHideDisabled/
Copy file name to clipboardExpand all lines: changelog.txt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
Angular-Validation change logs
2
2
3
-
1.3.37 (2015-07-21) Fixed a small IE8 problem.
3
+
1.3.38 (2015-07-28) Fixed issue #52 - Changed default behavior of `ngDisabled` which was displaying error message right after an element became enabled, it will still pre-validate but not directly show the error message unless `preValidateFormElements` is set to True. Fixed issue #53 - To support `ngIf` (add a trigger on element `$destroy`).
4
+
1.3.37 (2015-07-21) Fixed a small IE8 problem with "catch" being a reserved word.
4
5
1.3.36 (2015-07-20) Enhancement #47 - New option to use the ControllerAs syntax. Also fixed issue #48.
5
6
1.3.35 (2015-07-15) Deprecated old implentation of `regex:...:regex` (though it still works) by a new and much better implementation of `pattern=` validator. Converted all the rules from string pattern to regex pattern (when possible) defined in `angular-validation.js`. Also fixed issue #45 on email check.
6
7
1.3.34 (2015-07-08) Merge pull request #44 - Adding support to brazilian portuguese language.
0 commit comments