diff options
| author | naomiblack | 2013-08-01 14:45:18 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-07 09:50:38 -0700 |
| commit | ad2b8c5bd45173bb64c476934510f0a5f1b510ee (patch) | |
| tree | a2fbda8282cd9487258df46159fb58c0aed82356 /docs | |
| parent | e4530d11fbb2c6864c6b91d00fcd229940986a88 (diff) | |
| download | angular.js-ad2b8c5bd45173bb64c476934510f0a5f1b510ee.tar.bz2 | |
docs(error): updated description for ngPattern/noregexp.ngdoc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/error/ngPattern/noregexp.ngdoc | 3 |
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. |
