diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/moment-popover.html | 2 | ||||
| -rw-r--r-- | www/templates/moment.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/moment-popover.html b/www/templates/moment-popover.html index 1d77483d..caf7a1d3 100644 --- a/www/templates/moment-popover.html +++ b/www/templates/moment-popover.html @@ -7,7 +7,7 @@ </a> - <a class="item" ng-href="" ng-click="popover.hide();getMoments('MonitorId');">{{'kMomentMenuByMonitor' | translate}}</a> + <a class="item" ng-href="" ng-click="popover.hide();getMoments('monitorName');">{{'kMomentMenuByMonitor' | translate}}</a> <a class="item" ng-href="" ng-click="popover.hide();getMoments('MaxScore');">{{'kMomentMenuByScore' | translate}}</a> diff --git a/www/templates/moment.html b/www/templates/moment.html index a4da87d4..4720fa28 100644 --- a/www/templates/moment.html +++ b/www/templates/moment.html @@ -12,7 +12,7 @@ <a class="button button-icon icon ion-android-more-vertical" ng-click="popover.show($event)" ;> </a> </ion-nav-buttons> - <ion-content class="padding" scroll-sista delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll style="background-color:#444444" > + <ion-content class="padding" scroll-sista delegate-handle="moment-delegate" overflow-scroll="false" mouse-wheel-scroll style="background-color:#444444" > <div style="color:white" ng-if="!moments.length"> Nothing to show yet... |
