summaryrefslogtreecommitdiff
path: root/www/templates/monitors-modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/monitors-modal.html')
-rw-r--r--www/templates/monitors-modal.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/templates/monitors-modal.html b/www/templates/monitors-modal.html
index aa87844e..366dcc79 100644
--- a/www/templates/monitors-modal.html
+++ b/www/templates/monitors-modal.html
@@ -1,6 +1,7 @@
-<ion-modal-view cache="false">
+<div ng-controller="ModalCtrl">
+<ion-modal-view cache="false" >
<ion-content style="background-color:#444444">
- <div ng-controller="ModalCtrl">
+ <div > <!-- </di> ng-controller="ModalCtrl">-->
<!-- replay can also be gapless imageonload="finishedLoadingImage()"-->
@@ -36,8 +37,7 @@
</nav>
<span class="camera-icon">
- <a class="button icon ion-ios-camera button-positive" href="" ng-click="saveImageToPhone(tempmid)"></a>
+ <a class="button icon ion-ios-camera button-positive" href="" ng-click="saveImageToPhone(monitorId)"></a>
</span>
-
-
+</div>