mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Pull to re-derp
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
<ion-content>
|
||||
<ion-refresher (refresh)="doRefresh($event, amt)"></ion-refresher>
|
||||
|
||||
<div id="counter"></div>
|
||||
|
||||
<f></f>
|
||||
<f></f>
|
||||
<f></f>
|
||||
|
||||
8
ionic/components/scroll/pull-to-refresh.scss
Normal file
8
ionic/components/scroll/pull-to-refresh.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
ion-refresher {
|
||||
position: absolute;
|
||||
display: block;
|
||||
height: 100px;
|
||||
width: 100%;
|
||||
background-color: red;
|
||||
z-index: -1;
|
||||
}
|
||||
@@ -41,6 +41,7 @@
|
||||
"components/nav-bar/nav-bar",
|
||||
"components/slides/slides",
|
||||
"components/radio/radio",
|
||||
"components/scroll/pull-to-refresh",
|
||||
"components/search-bar/search-bar",
|
||||
"components/segment/segment",
|
||||
"components/switch/switch",
|
||||
|
||||
Reference in New Issue
Block a user