mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-22 11:12:54 +08:00
14 lines
251 B
HTML
14 lines
251 B
HTML
<ion-navbar *navbar>
|
|
<ion-title>
|
|
Ionic Native
|
|
</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content>
|
|
<ion-list>
|
|
<ion-item *ng-for="#plugin of plugins" (click)="choosePlugin(plugin)">
|
|
{{plugin.name}}
|
|
</ion-item>
|
|
</ion-list>
|
|
</ion-content>
|