diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 73b79fd0..f349b00c 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -25,8 +25,7 @@ </div> <!-- collection repeat forces js scrolling, thing to remember --> <ion-content class="notch-ready" ng-cloak on-tap="tapped();" delegate-handle="mainScroll" mouse-wheel-scroll on-scroll="scrolling();" > - <ion-refresher pulling-text="Pull to refresh..." on-refresh="doRefresh()"> - </ion-refresher> + <!-- needed for header-shrink so first item doesn't go below header--> <!-- <div style="height: 64px;"></div>--> <!-- lets make sure the events list is not empty as collection repeat needs height --> |
