style(guide): uppercase the For directive
This commit is contained in:
parent
f096b9bc6a
commit
ad884ff6b3
|
@ -127,7 +127,7 @@
|
||||||
<span class='otl'>this.names = ["Aarav", "Martín", "Shannon", "Ariana", "Kai"];</span>
|
<span class='otl'>this.names = ["Aarav", "Martín", "Shannon", "Ariana", "Kai"];</span>
|
||||||
}
|
}
|
||||||
p.
|
p.
|
||||||
You can then use this array in your template with the <code>for</code> directive to create copies of DOM elements
|
You can then use this array in your template with the <code>For</code> directive to create copies of DOM elements
|
||||||
with one for each item in the array.
|
with one for each item in the array.
|
||||||
|
|
||||||
code-tabs
|
code-tabs
|
||||||
|
|
Loading…
Reference in New Issue