mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-05 07:31:01 +00:00
fix url validator example
This commit is contained in:
parent
f85c82acd6
commit
9272a1a472
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ extend(angularValidator, {
|
|||
* @example
|
||||
<doc:example>
|
||||
<doc:source>
|
||||
Enter valid phone number:
|
||||
Enter valid URL:
|
||||
<input name="text" value="http://example.com/abc.html" size="40" ng:validate="url" >
|
||||
</doc:source>
|
||||
<doc:scenario>
|
||||
|
|
|
|||
Loading…
Reference in a new issue