docs(error): updated description for ngPattern/noregexp.ngdoc

This commit is contained in:
naomiblack 2013-08-01 14:45:18 -07:00 committed by Igor Minar
parent e4530d11fb
commit ad2b8c5bd4

View file

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