summaryrefslogtreecommitdiff
path: root/www/js/DataModel.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:44:05 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-11-07 15:44:05 -0500
commitcf71e2da9a1d31ffb382fc8b7dfcf779bcd43b0c (patch)
treec252d8334bdc7d10fb949420f3fb77005cab3f04 /www/js/DataModel.js
parent77faead4e948f901fa6ca9951f085bbe045bae68 (diff)
Moved to 4.17 built in zoom function of vis
Diffstat (limited to 'www/js/DataModel.js')
-rw-r--r--www/js/DataModel.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/DataModel.js b/www/js/DataModel.js
index db79cf84..47e27c27 100644
--- a/www/js/DataModel.js
+++ b/www/js/DataModel.js
@@ -1407,6 +1407,7 @@ angular.module('zmApp.controllers')
//console.log("Returning pre-loaded list of " + monitors.length + " monitors");
log("Returning pre-loaded list of " + monitors.length + " monitors");
d.resolve(monitors);
+ //console.log ("Returning"+JSON.stringify(monitors));
$ionicLoading.hide();
return d.promise;
}