We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 658d55b commit 0d03d1eCopy full SHA for 0d03d1e
docs/content/error/$parse/ueoe.ngdoc
@@ -4,6 +4,9 @@
4
@description
5
6
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.
8
9
-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.
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