mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(tutorial): remove extra back-tick character
This commit is contained in:
parent
a83eced974
commit
6fb1054ce6
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ being the element on which the `ngApp` directive was defined.
|
|||
|
||||
* Double-curly binding with an expression:
|
||||
|
||||
Nothing here {{'yet' + '!'}}`
|
||||
Nothing here {{'yet' + '!'}}
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue