blob: 6adb14db420e8f59362a6864f8f800f7eb96d5ce (
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:input input} directive docs.
 |