diff options
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index 485cdc0d..254f1bf7 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -1,5 +1,6 @@ <ion-view cache-view="false"> + <ion-nav-title>{{scrollPosition();}}</ion-nav-title> <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"> @@ -16,7 +17,7 @@ <a style="" class="button button-icon icon ion-search" ng-href="" ng-click="searchClicked();"> </a> </ion-nav-buttons> - <div ng-if="showSearch"> + <!--<div ng-if="showSearch"> <ion-header-bar class="bar bar-subheader item-input-inset"> <label class="item-input-wrapper"> @@ -24,11 +25,11 @@ <input type="search" placeholder="{{'kSearch'|translate}}" ng-model="search.text" autocorrect="off" autocomplete="off"> </label> </ion-header-bar> - </div> - + </div>--> - <ion-content ng-cloak on-tap="tapped();" delegate-handle="mainScroll" has-subheader="true" overflow-scroll="false" mouse-wheel-scroll> + + <ion-content header-shrink ng-cloak on-tap="tapped();" delegate-handle="mainScroll" overflow-scroll="false" mouse-wheel-scroll> <!-- lets make sure the events list is not empty as collection repeat needs height --> |
