Files
Max Lynch f4905ee5b7 Fun stuff
2015-04-27 10:30:35 -05:00

28 lines
490 B
HTML

<ion-view nav-title="Pull to refresh">
<ion-content ion-refresher (refreshing)="doRefresh()">
<div id="counter"></div>
<f></f>
<f></f>
<f></f>
<f></f>
<f></f>
</ion-content>
</ion-view>
<style>
f { display: block; height: 400px; width: 100%; background-color: #387ef5; margin-bottom: 15px; }
#counter {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 20px;
background-color: rgba(0,0,0,0.4);
z-index: 5;
}
</style>