summaryrefslogtreecommitdiff
path: root/www/js/EventsGraphsCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-10-10 17:28:23 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-10-10 17:28:23 -0400
commitf9e03227e62d7f6c5c0cc381a897888c5efc3759 (patch)
tree736d9244e2c07fa7173f65ddc3d368b36c2307b6 /www/js/EventsGraphsCtrl.js
parentb87e328f48f17ea86a1a432d48e02a94d50a6981 (diff)
initial event montage jazz
Former-commit-id: 2f061e5e198abdc0dcbc92b85193b6a96cc82d37
Diffstat (limited to 'www/js/EventsGraphsCtrl.js')
-rw-r--r--www/js/EventsGraphsCtrl.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/EventsGraphsCtrl.js b/www/js/EventsGraphsCtrl.js
index 98859649..2273598e 100644
--- a/www/js/EventsGraphsCtrl.js
+++ b/www/js/EventsGraphsCtrl.js
@@ -30,7 +30,8 @@ angular.module('zmApp.controllers').controller('zmApp.EventsGraphsCtrl', ['$ioni
disableBack: true
});
$state.go("events", {
- "id": 0
+ "id": 0,
+ "playEvent":false
}, {
reload: true
});