aboutsummaryrefslogtreecommitdiffstats
path: root/src/validators.js
diff options
context:
space:
mode:
authorIgor Minar2011-04-26 22:51:13 -0700
committerIgor Minar2011-04-26 22:51:13 -0700
commit9272a1a47279bfe5946dc3f23730d5e3b6259552 (patch)
treeffad2745c9fa711a62a13ff9704c3a8ffdbe7383 /src/validators.js
parentf85c82acd623e63f23a4f3ebba239280f14e380b (diff)
downloadangular.js-9272a1a47279bfe5946dc3f23730d5e3b6259552.tar.bz2
fix url validator example
Diffstat (limited to 'src/validators.js')
-rw-r--r--src/validators.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validators.js b/src/validators.js
index c2902849..0696c8d7 100644
--- a/src/validators.js
+++ b/src/validators.js
@@ -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>