mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 22:37:41 +08:00
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
@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:input input} directive docs.
|