We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6b2fb commit 1d8e420Copy full SHA for 1d8e420
1 file changed
docs/content/tutorial/step_00.ngdoc
@@ -88,8 +88,10 @@ being the element on which the `ngApp` directive was defined.
88
89
Nothing here {{'yet' + '!'}}
90
91
- This line demonstrates the core feature of Angular's templating capabilities – a binding, denoted
92
- by double-curlies `{{ }}` as well as a simple expression `'yet' + '!'` used in this binding.
+ This line demonstrates two core features of Angular's templating capabilities:
+
93
+ * a binding, denoted by double-curlies `{{ }}`
94
+ * a simple expression `'yet' + '!'` used in this binding.
95
96
The binding tells Angular that it should evaluate an expression and insert the result into the
97
DOM in place of the binding. Rather than a one-time insert, as we'll see in the next steps, a
0 commit comments