From 82e97cf53e93b2e0032e9220022be1245552fd10 Mon Sep 17 00:00:00 2001 From: mbrookes Date: Wed, 4 Dec 2013 23:15:11 +0000 Subject: docs(guide/expression): remove misplaced comma Closes #5280 --- docs/content/guide/expression.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/expression.ngdoc') diff --git a/docs/content/guide/expression.ngdoc b/docs/content/guide/expression.ngdoc index 3499af72..b884dd45 100644 --- a/docs/content/guide/expression.ngdoc +++ b/docs/content/guide/expression.ngdoc @@ -18,7 +18,7 @@ It might be tempting to think of Angular view expressions as JavaScript expressi not entirely correct, since Angular does not use a JavaScript `eval()` to evaluate expressions. You can think of Angular expressions as JavaScript expressions with following differences: - * **Attribute Evaluation:** evaluation of all properties are against the scope, doing the + * **Attribute Evaluation:** evaluation of all properties are against the scope doing the evaluation, unlike in JavaScript where the expressions are evaluated against the global `window`. -- cgit v1.2.3