From 015e628e26aa17ea739cf72b5a12e8f21ab1cf1c Mon Sep 17 00:00:00 2001 From: ARC Date: Mon, 27 Apr 2015 11:05:34 -0400 Subject: You can now view events footage from the events list --- 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 dcd8d11d..4a4fdee0 100644 --- a/www/js/DataModel.js +++ b/www/js/DataModel.js @@ -68,6 +68,7 @@ angular.module('zmApp.controllers').service('ZMDataModel', ['$http', '$q', '$ion simevents.push({ "Event": { // Obviously this is dummy data + "Id":Math.floor(Math.random() * (5000 - 100 + 1)) + 1000, "MonitorId": mon.toString(), "Cause": causes[Math.floor(Math.random() * (2 - 0 + 1)) + 0], "Length": Math.floor(Math.random() * (700 - 20 + 1)) + 20, -- cgit v1.2.3