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

Closes #3435
This commit is contained in:
James deBoer 2013-08-01 16:40:09 -07:00 committed by Igor Minar
parent 3b89e4eef1
commit 68d79d560e

View file

@ -2,3 +2,8 @@
@name $parse:ueoe
@fullName Unexpected End of Expression
@description
Occurs when an expression is missing tokens at the end of the expression.
For example, forgetting a closing bracket in an expression will trigger this error.
To resolve, learn more about {@link guide/expression Angular expressions}, identify the error and fix the expression's syntax.