mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-22 19:22:53 +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>
|