mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(demos): change the dot in item-reorder
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
<ion-item-group [reorder]="editing" (ionItemReorder)="reorderData($event)">
|
||||
<ion-item *ngFor="let song of songs">
|
||||
<h2>{{ song.title }}</h2>
|
||||
<p>{{ song.band }} <b>·</b> {{ song.album }}</p>
|
||||
<p>{{ song.band }} • {{ song.album }}</p>
|
||||
</ion-item>
|
||||
</ion-item-group>
|
||||
</ion-list>
|
||||
|
Reference in New Issue
Block a user