From a1de1fd608ce07949a18a5b2089e5b5cf81364b2 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Wed, 2 Sep 2015 13:34:58 -0400 Subject: display message while graph is rendering --- www/js/TimelineCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/TimelineCtrl.js') diff --git a/www/js/TimelineCtrl.js b/www/js/TimelineCtrl.js index 894ce566..7c762284 100644 --- a/www/js/TimelineCtrl.js +++ b/www/js/TimelineCtrl.js @@ -552,6 +552,7 @@ angular.module('zmApp.controllers').controller('zmApp.TimelineCtrl', ['$ionicPla .then(function (data) { graphIndex = 0; + ZMDataModel.zmLog ("Creating " + $scope.monitors.length + " groups for the graph"); // create groups for (var g = 0; g < $scope.monitors.length; g++) { groups.add({ -- cgit v1.2.3