diff options
Diffstat (limited to 'www/templates/montage.html')
| -rw-r--r-- | www/templates/montage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/montage.html b/www/templates/montage.html index 13f21952..f2e34485 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 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> @@ -27,7 +27,7 @@ <ion-content has-bouncing="false" style="background-color:#FEFEFE"> - <div ng-controller="ModalCtrl"> + <div > <!--ng-controller="ModalCtrl"--> <ion-refresher pulling-text="Pull to reload Monitors..." spinner="bubbles" on-refresh="doRefresh()"></ion-refresher> <span ng-show="!minimal"> <div class=" range range-positive"> |
