mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-05 07:31:01 +00:00
docs(tutorial): fix typo in step_00
Just removed an extra comma. No big deal.
This commit is contained in:
parent
7d77de2834
commit
7840803add
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ being the element on which the `ngApp` directive was defined.
|
|||
This line demonstrates the core feature of Angular's templating capabilities – a binding, denoted
|
||||
by double-curlies `{{ }}` as well as a simple expression `'yet' + '!'` used in this binding.
|
||||
|
||||
The binding tells Angular, that it should evaluate an expression and insert the result into the
|
||||
The binding tells Angular that it should evaluate an expression and insert the result into the
|
||||
DOM in place of the binding. Rather than a one-time insert, as we'll see in the next steps, a
|
||||
binding will result in efficient continuous updates whenever the result of the expression
|
||||
evaluation changes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue