docs(demos): change the dot in item-reorder

This commit is contained in:
Brandy Carney
2016-06-29 14:50:23 -04:00
parent 9c896f59bc
commit aad8f966a5

View File

@ -20,7 +20,7 @@
<ion-item-group [reorder]="editing" (ionItemReorder)="reorderData($event)"> <ion-item-group [reorder]="editing" (ionItemReorder)="reorderData($event)">
<ion-item *ngFor="let song of songs"> <ion-item *ngFor="let song of songs">
<h2>{{ song.title }}</h2> <h2>{{ song.title }}</h2>
<p>{{ song.band }} <b>&#183;</b> {{ song.album }}</p> <p>{{ song.band }} {{ song.album }}</p>
</ion-item> </ion-item>
</ion-item-group> </ion-item-group>
</ion-list> </ion-list>