diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:09:08 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:09:08 -0400 |
| commit | 05638adb21a0f13715e2f1390c4b85e972779e9a (patch) | |
| tree | 85c6a68f06616181edff3b5f580dfe507552ff27 /www/templates/monitors-modal.html | |
| parent | 26fa7692c30e1887079d067c782984f745edf750 (diff) | |
ionic content banner is being used for useful status displays
Diffstat (limited to 'www/templates/monitors-modal.html')
| -rw-r--r-- | www/templates/monitors-modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html index 9ee970c9..06a4edc3 100644 --- a/www/templates/monitors-modal.html +++ b/www/templates/monitors-modal.html @@ -5,7 +5,7 @@ <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 has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; "> <!-- android needs this 100vh - otherwise max- does not work --> @@ -17,7 +17,7 @@ image-spinner-src="{{LoginData.streamingurl}}/cgi-bin/nph-zms?mode=single&monitor={{monitorId}}&maxfps={{LoginData.maxFPS}}&user={{LoginData.username}}&pass={{LoginData.password}}&rand={{$root.modalRand}}" ng-class="{'zm-image-fit':imageFit==true, 'zm-image-crop':imageFit==false}" on-swipe-left="onSwipeLeft(monitorId,-1)" on-swipe-right="onSwipeRight(monitorId,1)" /> </div> </ion-scroll> - <span style="background-color:red; color:white"> Modal Rand:{{$root.modalRand}} </span> + </ion-content> |
