blob: 2a40d9399fb010e2ec59e5c9876fedef9ad430f7 (
plain)
| 1
2
3
4
5
6
7
8
9
10
 | @ngdoc error
@name $parse:lexerr
@fullName Lexer Error
@description
Occurs when an expression has a lexical error, for example a malformed number (0.5e-) or an invalid unicode escape.
The error message contains a more precise error.
To resolve, learn more about {@link guide/expression Angular expressions}, identify the error and fix the expression's syntax.
 |