diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-28 20:25:25 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-28 20:25:25 -0400 |
| commit | 0d9a9353e756b7cdcabae85b4d4a4840910ed3df (patch) | |
| tree | 56a700baa0d04e81656a86df05c6c0f9b5ad24bf /www/templates/events.html | |
| parent | d78c434d088d1fee3f9d805347a2c5a5a88d19e3 (diff) | |
switched to "scroll-sista" for sqeezing headers
Former-commit-id: 55992626fea99156d7d1531efaa830c11186d8ca
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index b4b7f39e..8ea421a3 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -29,9 +29,11 @@ - <ion-content clas="has-header" style="top:0 !important;" header-shrink ng-cloak on-tap="tapped();" delegate-handle="mainScroll" overflow-scroll="false" mouse-wheel-scroll> + <!-- collection repeat forces js scrolling, thing to remember --> + + <ion-content scroll-sista ng-cloak on-tap="tapped();" delegate-handle="mainScroll" mouse-wheel-scroll> <!-- needed for header-shrink so first item doesn't go below header--> - <div style="height: 64px;"></div> + <!-- <div style="height: 64px;"></div>--> <!-- lets make sure the events list is not empty as collection repeat needs height --> <div ng-if="!eventsBeingLoaded"> |
