diff options
| -rw-r--r-- | docs/content/guide/expression.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
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`.  | 
