diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-16 11:23:38 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-16 11:23:38 -0400 |
| commit | 61afc8d7011f8a741b2583708ac1834e8eec44c2 (patch) | |
| tree | 436d709de6ba9e9ffd845a83c01c45ee342e8ad1 /www/templates/monitors.html | |
| parent | 82a0ec7a39ec49fb028876368014600a665f253c (diff) | |
moved saveImageToPhone to Modal - it was not working because button range was out of scope of modal controller range.
Diffstat (limited to 'www/templates/monitors.html')
| -rw-r--r-- | www/templates/monitors.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/monitors.html b/www/templates/monitors.html index 1cd03eec..9cef5a0f 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -6,7 +6,7 @@ <ion-content> - <div ng-controller="ModalCtrl"> + <div > <!-- ng-controller="ModalCtrl">--> <ion-refresher pulling-text="Pull to reload Monitors..." spinner="bubbles" on-refresh="doRefresh()"></ion-refresher> <div class="list card" ng-repeat="monitor in monitors"> |
