diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/tutorial/step_00.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index f7e7b15b..2667b92c 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -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. |
