Skip to content

Instantly share code, notes, and snippets.

View sachithd's full-sized avatar

Sachith Dassanayake sachithd

View GitHub Profile
<!-- chip OUTSIDE the popover -->
<ion-chip [id]="triggerId">
<ion-icon name="calendar-outline" color="primary"></ion-icon>
<ion-label>{{ label }}: {{ format(value) }}</ion-label>
</ion-chip>
<ion-popover
[trigger]="triggerId"
triggerAction="click"
side="bottom"