File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ stores/updates the value of the input field into/from a variable.
76
76
The second kind of new markup are the double curly braces `{{ expression | filter }}`:
77
77
When the compiler encounters this markup, it will replace it with the evaluated value of the markup.
78
78
An <a name="expression">{@link expression expression}</a> in a template is a JavaScript-like code snippet that allows
79
- to read and write variables. Note that those variables are not global variables.
79
+ Angular to read and write variables. Note that those variables are not global variables.
80
80
Just like variables in a JavaScript function live in a scope,
81
81
Angular provides a <a name="scope">{@link scope scope}</a> for the variables accessible to expressions.
82
82
The values that are stored in variables on the scope are referred to as the <a name="model"></a>*model*
You can’t perform that action at this time.
0 commit comments