fix url validator example

This commit is contained in:
Igor Minar 2011-04-26 22:51:13 -07:00
parent f85c82acd6
commit 9272a1a472

View file

@ -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>