We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd7f4b7 commit 080c9ccCopy full SHA for 080c9cc
1 file changed
ng-data-binding/index.html
@@ -250,7 +250,7 @@ <h4>ng-for (Old Syntax)</h4>
250
<pre>
251
<code class="html" data-trim>
252
<ul>
253
- <li *ngFor="let myItem of myList">{{ myItem.someProperty }}</li>
+ <li *ngFor="let myItem of myList">{{ myItem.someProperty }}</li>
254
</ul>
255
</code>
256
</pre>
0 commit comments