summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-27 11:23:46 -0400
committerARC <arjunrc@gmail.com>2015-04-27 11:23:46 -0400
commit6e83957c0231d48eb9f29d1270806cadef3a3c6d (patch)
tree4c5e71e281c05bfd6c9f0884f170c9ac6f135c1f /www/js
parent13366e423178bd2d0d16c4912bbfc8bc7c720733 (diff)
added simulation to events footage as well
Diffstat (limited to 'www/js')
-rw-r--r--www/js/EventCtrl.js4
1 files changed, 4 insertions, 0 deletions
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 () {