blob: 8d1e4c5d623fb876ee0b6213822da454bed39f1d (
plain)
1
2
3
4
5
6
7
|
@ngdoc error
@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.
|