diff options
Diffstat (limited to 'www/templates/events.html')
| -rw-r--r-- | www/templates/events.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index d4ef85a7..bd1ee03a 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -31,14 +31,14 @@ </div> - <ion-content on-tap="tapped();" delegate-handle="mainScroll" lazy-scroll has-subheader="true"> + <ion-content ng-cloak on-tap="tapped();" delegate-handle="mainScroll" has-subheader="true"> <!-- lets make sure the events list is not empty as collection repeat needs height --> <div ng-if="!eventsBeingLoaded"> <ion-list show-delete="eventList.showDelete"> - <ion-item repeat="event in events| filter:search.text" item-height="event.Event.height" id="item-{{$index}}" overflow-scroll="true" > + <ion-item collection-repeat="event in events| filter:search.text" item-height="event.Event.height" id="item-{{$index}}" > <span style="float:right;margin-top:-18px;background-color:#6d0909;color:#fff;font-size:11px;opacity:0.7;width:90px;border-radius: 0px 0px 5px 5px;"> <i class="ion-clock"></i> {{prettifyTime(event.Event.StartTime)}}</span> @@ -143,7 +143,7 @@ <div style="height:190px;"> <p>scroll <i class="icon ion-arrow-left-c"></i> <i class="icon ion-arrow-right-c"></i></p> - <ion-scroll direction="x" > + <ion-scroll direction="x" overflow-scroll="false"> <span ng-repeat="alarm in alarm_images"> @@ -157,7 +157,7 @@ </span> - </ion-scroll> + </ion-scroll> </div> </div> <div ng-if="groupType=='scrub'"> |
