aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authornaomiblack2013-08-01 14:45:18 -0700
committerIgor Minar2013-08-07 09:50:38 -0700
commitad2b8c5bd45173bb64c476934510f0a5f1b510ee (patch)
treea2fbda8282cd9487258df46159fb58c0aed82356 /docs
parente4530d11fbb2c6864c6b91d00fcd229940986a88 (diff)
downloadangular.js-ad2b8c5bd45173bb64c476934510f0a5f1b510ee.tar.bz2
docs(error): updated description for ngPattern/noregexp.ngdoc
Diffstat (limited to 'docs')
-rw-r--r--docs/content/error/ngPattern/noregexp.ngdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/content/error/ngPattern/noregexp.ngdoc b/docs/content/error/ngPattern/noregexp.ngdoc
index bc2f56d6..8d1e4c5d 100644
--- a/docs/content/error/ngPattern/noregexp.ngdoc
+++ b/docs/content/error/ngPattern/noregexp.ngdoc
@@ -2,3 +2,6 @@
@name ngPattern:noregexp
@fullName Expected Regular Expression
@description
+This error occurs when 'ngPattern' is passed an expression that isn't a regular expression or doesn't have the expected format.
+
+For more information on valid expression syntax, see 'ngPattern' in {@link api/ng.directive:select input} directive docs.