summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-28 10:02:00 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-28 10:02:00 -0400
commitea186feb188ed5995178c5e390b6dc15be34529b (patch)
tree2c8ed62c11ed210fbc5b07891bff23324f3fb739 /www/templates
parenta1a8d2e24f638ffe5bcf7229fcc84271aa145282 (diff)
initial experiments
Former-commit-id: 811ab2e0e405a95529493afd49a43581576fc169
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/events.html9
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 -->