From 7bffc0e73848b6315fc8a89277f45668801a674b Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 13 Oct 2015 15:03:42 -0400 Subject: comments updated --- www/js/EventCtrl.js | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'www/js/EventCtrl.js') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index caa25672..09d75c92 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -15,12 +15,7 @@ angular.module('zmApp.controllers') //--------------------------------------------------- // Controller main //--------------------------------------------------- - - // console.log ("******** NEW SOCKET IN EVENT"); - - - - //EventServer.start(); + var loginData = ZMDataModel.getLogin(); @@ -1168,8 +1163,7 @@ angular.module('zmApp.controllers') var i; for (i = 0; i < data.event.Frame.length; i++) { if (data.event.Frame[i].Type == "Alarm") { - //⬤ - // console.log ("**ALARM AT " + i); + $scope.slider_modal_options.scale.push({ val: i + 1, label: ' ' -- cgit v1.2.3