diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-24 15:48:01 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-24 15:48:01 -0400 |
| commit | 83400033a3b7a91ad072a5d306355c9cd5a80d82 (patch) | |
| tree | b84d23a607523249554dc97ed26f000ca03d0abd /www/templates/montage.html | |
| parent | 89640e9b0212a2525ea132b1d11bb8962f5444dd (diff) | |
integrated event scrubbing with direct image access - need to clean up code
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index a40c312b..ba4d0a45 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -13,6 +13,7 @@ <button class="button button-icon button-clear ion-android-contract" ng-click="switchMinimal()"> </button> + <!--<button class="button button-icon ion-ios-help-outline" ng-click="popover.show($event)"></button>--> </ion-nav-buttons> <ion-content has-bouncing="false" style="background-color:#e5e5e5"> @@ -20,6 +21,7 @@ spinner="bubbles" on-refresh="doRefresh()"> </ion-refresher> + <!--{{stateofSlide}} Status--> <span ng-show="!minimal"> <div class=" range range-positive"> <i class="icon ion-arrow-shrink"></i> @@ -30,6 +32,7 @@ </div> </span> + <div class="wrapper"> <span ng-repeat="monitor in MontageMonitors|limitTo: monLimit" ng-if="monitor.Monitor.Function!='None' && monitor.Monitor.listDisplay!='noshow'"> @@ -43,7 +46,7 @@ ng-click="openModal(monitor.Monitor.Id, monitor.Monitor.Controllable, monitor.Monitor.ControlId)" on-hold="onHold($index)" on-release="onRelease($index)" - style="display:block;" /> + style="display:block;" /> </article> </span> </div> |
