From 6e83957c0231d48eb9f29d1270806cadef3a3c6d Mon Sep 17 00:00:00 2001 From: ARC Date: Mon, 27 Apr 2015 11:23:46 -0400 Subject: added simulation to events footage as well --- www/js/EventCtrl.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/js') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index 84764f19..3b29af15 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -58,6 +58,10 @@ $scope.openModal = function(eid,ename,edur) { $scope.events = myevents; }); +$scope.isSimulated = function () + { + return ZMDataModel.isSimulated(); + }; $scope.doRefresh = function () { -- cgit v1.2.3