From cf71e2da9a1d31ffb382fc8b7dfcf779bcd43b0c Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 7 Nov 2016 15:44:05 -0500 Subject: Moved to 4.17 built in zoom function of vis --- www/js/DataModel.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/DataModel.js') 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; } -- cgit v1.2.3