mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
parent
cf2a7614a4
commit
82e97cf53e
1 changed files with 1 additions and 1 deletions
|
|
@ -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`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue