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.
Copy file name to clipboardExpand all lines: src/validation-service.js
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ angular
28
28
validationService.prototype.checkFormValidity=checkFormValidity;// check the form validity (can be called by an empty validationService and used by both Directive/Service)
29
29
validationService.prototype.removeValidator=removeValidator;// remove a Validator from an element
30
30
validationService.prototype.setGlobalOptions=setGlobalOptions;// set and initialize global options used by all validators
0 commit comments