From cdc9625b90b25f4cc040e736a51678b4aaae30fd Mon Sep 17 00:00:00 2001 From: emed Date: Tue, 25 Oct 2016 10:11:22 -0600 Subject: [PATCH] docs(error/ueoe): adding another tip Adding a tip about quotes --- docs/content/error/$parse/ueoe.ngdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/error/$parse/ueoe.ngdoc b/docs/content/error/$parse/ueoe.ngdoc index 97535a317416..14c69b903766 100644 --- a/docs/content/error/$parse/ueoe.ngdoc +++ b/docs/content/error/$parse/ueoe.ngdoc @@ -4,6 +4,7 @@ @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. + +For example, forgetting a closing bracket in an expression will trigger this error. Also remember to properly escape quotes. To resolve, learn more about {@link guide/expression Angular expressions}, identify the error and fix the expression's syntax.