From f9e03227e62d7f6c5c0cc381a897888c5efc3759 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 10 Oct 2016 17:28:23 -0400 Subject: initial event montage jazz Former-commit-id: 2f061e5e198abdc0dcbc92b85193b6a96cc82d37 --- www/js/EventsGraphsCtrl.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/EventsGraphsCtrl.js') 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 }); -- cgit v1.2.3