docs(minerr): Adds a description for parser.lexerr

Closes #3433
This commit is contained in:
James deBoer 2013-08-01 16:19:10 -07:00 committed by Igor Minar
parent 03475194d8
commit e21f252aa7

View file

@ -2,3 +2,9 @@
@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.