mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
23 lines
447 B
HTML
23 lines
447 B
HTML
<ion-toolbar><ion-title>Pull To Refresh</ion-title></ion-toolbar>
|
|
|
|
<ion-content>
|
|
<ion-refresher
|
|
(starting)="doStarting($event)"
|
|
(refresh)="doRefresh($event, refresher)"
|
|
(pulling)="doPulling($event, amt)">
|
|
</ion-refresher>
|
|
<f></f>
|
|
<f></f>
|
|
<f></f>
|
|
<f></f>
|
|
<f></f>
|
|
<f></f>
|
|
<f></f>
|
|
</ion-content>
|
|
|
|
<style>
|
|
f {
|
|
display: block; height: 400px; width: 100%; background-color: #387ef5; margin-bottom: 15px;
|
|
}
|
|
</style>
|