-
Notifications
You must be signed in to change notification settings - Fork 58
Predefined Validation Rule For Phone Numbers. #111
Comments
The credit card validation is there with the name If you want to add them, or modify existing one, then please go ahead and submit a pull request. I would accept all the help. It shouldn't be too hard to add, just look a the file validation-rules.js then copy+paste another rule and finally change the If you make a PR for the phone, please name it so that it represent the country or region (US & Canada do share the same format, so perhaps name it |
Are you going to submit a pull request and help the community? I would be glad if you do... |
I am not that much expert in angular.
|
Added US phone number rule & tweaked credit card rule, now available in Revision 1.5.1 Helping the community is a great thing for everyone :) |
The "phone number" validation rule is missing.
(The same is true for "credit card number")
I found these rules present in the jquery validation plug-in:
(additional-methods.js)
http://jqueryvalidation.org/documentation/
The text was updated successfully, but these errors were encountered: