Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Commit 72f62bf

Browse files
committed
typo
1 parent 8e825d5 commit 72f62bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

+2
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ All validators are written as `snake_case` but it's up to the user's taste and c
226226
* `numeric` Only positive numeric value (float, integer).
227227
* `numeric_signed` Only numeric value (float, integer) can also be signed (-/+).
228228
* `pattern` Ensure it follows a regular expression pattern... Refer to [Wiki - Regular Expression Pattern](https://github.com/ghiscoding/angular-validation/wiki/Regular-Expression-Pattern) on how to use it.
229+
* `phone` Check for a valid phone number (Canada/US)
230+
* `phone_international` Check for a valid international phone number
229231
* `range` Alias of `between`
230232
* `required` Ensures the specified key value exists and is not empty
231233
* `same` Alias of `match`.

0 commit comments

Comments
 (0)