docs(error/ueoe): add another possible cause

Mention unescaped quotes as another possible cause for this error.

Closes #15313
This commit is contained in:
emed
2016-10-25 10:11:22 -06:00
committed by Georgios Kalpakas
parent eeb9ef09f9
commit 21ac2c42ea
+5 -2
View File
@@ -4,6 +4,9 @@
@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.
For example, forgetting to close a bracket or failing to properly escape quotes 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.