2013-07-12 17:42:27 -07:00
|
|
|
@ngdoc error
|
|
|
|
|
@name $parse:lexerr
|
|
|
|
|
@fullName Lexer Error
|
|
|
|
|
@description
|
2013-08-01 16:19:10 -07:00
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
2017-01-24 17:23:54 +00:00
|
|
|
To resolve, learn more about {@link guide/expression AngularJS expressions}, identify the error and fix the expression's syntax.
|