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