Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0235b07

Browse files
emedwspetebacondarwin
authored andcommitted
docs(error/ueoe): add another possible cause
Mention unescaped quotes as another possible cause for this error. Closes #15313
1 parent b617f3b commit 0235b07

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/content/error/$parse/ueoe.ngdoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
@description
55

66
Occurs when an expression is missing tokens at the end of the expression.
7-
For example, forgetting a closing bracket in an expression will trigger this error.
87

9-
To resolve, learn more about {@link guide/expression Angular expressions}, identify the error and fix the expression's syntax.
8+
For example, forgetting to close a bracket or failing to properly escape quotes in an expression
9+
will trigger this error.
10+
11+
To resolve, learn more about {@link guide/expression Angular expressions}, identify the error and
12+
fix the expression's syntax.

0 commit comments

Comments
 (0)