We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc7b49 commit 9aec0faCopy full SHA for 9aec0fa
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