angular.js/docs/content/error/ngPattern/noregexp.ngdoc

8 lines
340 B
Text
Raw Normal View History

2013-07-13 00:42:27 +00:00
@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.