14 lines
256 B
HTML
Raw Normal View History

2015-11-28 16:17:04 -06:00
<ion-navbar *navbar>
<ion-title>
Ionic Native
</ion-title>
</ion-navbar>
<ion-content>
<ion-list>
2015-11-30 11:09:50 -06:00
<button ion-item *ng-for="#plugin of plugins" (click)="choosePlugin(plugin)">
2015-11-28 16:17:04 -06:00
{{plugin.name}}
2015-11-30 11:09:50 -06:00
</button>
2015-11-28 16:17:04 -06:00
</ion-list>
</ion-content>