style(ionRefresher): add padding-top if refreshing-text or pulling-text

Fixes #1269
This commit is contained in:
Andy Joslin
2014-05-05 12:44:34 -06:00
parent fc8711c7d0
commit 203734d216
3 changed files with 6 additions and 2 deletions

View File

@@ -18,7 +18,7 @@
</a>
</ion-header-bar>
<ion-content>
<ion-refresher on-refresh="onRefresh()"></ion-refresher>
<ion-refresher on-refresh="onRefresh()" refreshing-text="Refreshing!"></ion-refresher>
<div class="list">
<div class="item"
ng-click="alert(item)"