diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 2 | ||||
| -rw-r--r-- | www/templates/help.html | 2 | ||||
| -rw-r--r-- | www/templates/monitors-modal.html | 6 | ||||
| -rw-r--r-- | www/templates/monitors.html | 2 | ||||
| -rw-r--r-- | www/templates/montage-history.html | 2 | ||||
| -rw-r--r-- | www/templates/montage.html | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index a0170112..483308f2 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -31,7 +31,7 @@ </div> - <ion-content ng-cloak on-tap="tapped();" delegate-handle="mainScroll" has-subheader="true"> + <ion-content ng-cloak on-tap="tapped();" delegate-handle="mainScroll" has-subheader="true" overflow-scroll="false"> <!-- lets make sure the events list is not empty as collection repeat needs height --> diff --git a/www/templates/help.html b/www/templates/help.html index 2647dcab..63032042 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -8,7 +8,7 @@ </ion-nav-buttons> - <ion-content class="padding"> + <ion-content class="padding" overflow-scroll="false"> <p><small>zmNinja v{{zmAppVersion}}</small></p> <div class="list"> diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index d4dc8588..47a29e3b 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -2,10 +2,10 @@ <!--style="background-color:#444444;width: 90%; height: 90%; top: 5%; left: 5%; right: 5%; bottom: 5%;"--> - <ion-modal-view cache-view="false" style="background-color:#444444"> - <ion-content> + <ion-modal-view cache-view="false" style="background-color:#444444" > + <ion-content > <!-- <div style="background-color:red; color:white"> Modal Rand:{{$root.modalRand}} </div>--> - <ion-scroll delegate-handle="imgscroll" has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> + <ion-scroll delegate-handle="imgscroll" has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%;" > <!-- android needs this 100vh - otherwise max- does not work --> <!-- --> <div id="monitorimage" style="height: 100vh;" class="main"> diff --git a/www/templates/monitors.html b/www/templates/monitors.html index e692a643..6c404812 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -7,7 +7,7 @@ </ion-nav-buttons> - <ion-content> + <ion-content overflow-scroll="false"> <ion-refresher pulling-text="Pull to reload Monitors..." spinner="bubbles" on-refresh="doRefresh()"> </ion-refresher> <div class="list card" ng-repeat="monitor in monitors"> diff --git a/www/templates/montage-history.html b/www/templates/montage-history.html index 986cec94..a313f26c 100644 --- a/www/templates/montage-history.html +++ b/www/templates/montage-history.html @@ -1,4 +1,4 @@ -<ion-view title="Event Montage" cache-view="false" hide-nav-bar="{{minimal}}"> +<ion-view view-title="Event Montage" cache-view="false" hide-nav-bar="{{minimal}}"> <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> diff --git a/www/templates/montage.html b/www/templates/montage.html index 6db6e6be..ea739586 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -1,4 +1,4 @@ -<ion-view title="Montage" cache-view="false" hide-nav-bar="{{minimal}}"> +<ion-view view-title="Montage" cache-view="false" hide-nav-bar="{{minimal}}"> <ion-nav-buttons side="left"> <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button> <button class="button button-icon button-clear ion-eye" ng-click="hideUnhide();"> |
