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 eeb9ef0 commit 21ac2c42eab490a1fb2235c694ae8d934c5e9b36
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 21ac2c4

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