Skip to content
Permalink
Browse files

docs(error/ueoe): add another possible cause

Mention unescaped quotes as another possible cause for this error.

Closes #15313
  • Loading branch information
emedws authored and gkalpak committed Oct 25, 2016
1 parent cce1a73 commit c1bfe43079a4cd927350ab3b84e76aab6ce18d4f
Showing with 5 additions and 2 deletions.
  1. +5 −2 docs/content/error/$parse/ueoe.ngdoc
@@ -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.

0 comments on commit c1bfe43

Please sign in to comment.
You can’t perform that action at this time.