Skip to content

Commit 080c9cc

Browse files
Fixed formatting
1 parent bd7f4b7 commit 080c9cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ng-data-binding/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ <h4>ng-for (Old Syntax)</h4>
250250
<pre>
251251
<code class="html" data-trim>
252252
&lt;ul&gt;
253-
&lt;li *ngFor="let myItem of myList"&gt;{{ myItem.someProperty }}&lt;/li&gt;
253+
&nbsp;&lt;li *ngFor="let myItem of myList"&gt;{{ myItem.someProperty }}&lt;/li&gt;
254254
&lt;/ul&gt;
255255
</code>
256256
</pre>

0 commit comments

Comments
 (0)