mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-01 19:54:45 +00:00
parent
03475194d8
commit
e21f252aa7
1 changed files with 6 additions and 0 deletions
|
|
@ -2,3 +2,9 @@
|
||||||
@name $parse:lexerr
|
@name $parse:lexerr
|
||||||
@fullName Lexer Error
|
@fullName Lexer Error
|
||||||
@description
|
@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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue