4cc7701700
This was originally done on the master branch in
commit 03043839d5,
but never back-ported to 1.6.x.
That wasn't a big deal because docs.angularjs.org
served the master snapshot docs. However, now we
serve the 1.6.x snapshot docs, and it looks strange
that the official docs have the wrong branding :).
11 lines
365 B
Plaintext
11 lines
365 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 AngularJS expressions}, identify the error and fix the expression's syntax.
|