{{ivalue['name']}}
<!--Basic: auto-select the icon based on the platform --> <ion-icon name="{{selected.icons[0].name}}""{{selected.key}}"></ion-icon> <!-- Advanced: explicity set the icon for each platform --> <ion-icon ios="{{getIcon(selected, 'ios' )}}" md="{{getIcon(selected, 'md' )}}"></ion-icon>