blob: 97535a317416e8332db20957920e50b1c2004a85 (
plain)
| 1
2
3
4
5
6
7
8
9
 | @ngdoc error
@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.
 |