We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5d45d commit 2dcdbaaCopy full SHA for 2dcdbaa
docs/content/guide/expression.ngdoc
@@ -18,7 +18,7 @@ It might be tempting to think of Angular view expressions as JavaScript expressi
18
not entirely correct, since Angular does not use a JavaScript `eval()` to evaluate expressions.
19
You can think of Angular expressions as JavaScript expressions with following differences:
20
21
- * **Attribute Evaluation:** evaluation of all properties are against the scope, doing the
+ * **Attribute Evaluation:** evaluation of all properties are against the scope doing the
22
evaluation, unlike in JavaScript where the expressions are evaluated against the global
23
`window`.
24
0 commit comments