2018-02-14 10:29:12 +01:00
|
|
|
<ion-header>
|
|
|
|
<ion-navbar>
|
|
|
|
<ion-title>{{ title }}</ion-title>
|
|
|
|
|
|
|
|
<ion-buttons end>
|
2018-03-09 14:36:30 +01:00
|
|
|
<!-- If the site plugin defines some buttons using core-nav-buttons, they will be added here. -->
|
2018-02-14 10:29:12 +01:00
|
|
|
</ion-buttons>
|
|
|
|
</ion-navbar>
|
|
|
|
</ion-header>
|
|
|
|
<ion-content>
|
2018-02-15 14:57:18 +01:00
|
|
|
<ion-refresher [enabled]="content && content.dataLoaded" (ionRefresh)="refreshData($event)">
|
2018-02-14 10:29:12 +01:00
|
|
|
<ion-refresher-content pullingText="{{ 'core.pulltorefresh' | translate }}"></ion-refresher-content>
|
|
|
|
</ion-refresher>
|
2018-03-09 14:36:30 +01:00
|
|
|
<core-site-plugins-plugin-content [component]="component" [method]="method" [args]="args" [bootstrapResult]="bootstrapResult"></core-site-plugins-plugin-content>
|
2018-02-14 10:29:12 +01:00
|
|
|
</ion-content>
|