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/EventDateTimeFilterCtrl.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/js/EventDateTimeFilterCtrl.js') diff --git a/www/js/EventDateTimeFilterCtrl.js b/www/js/EventDateTimeFilterCtrl.js index f9e982f5..4047fa1e 100644 --- a/www/js/EventDateTimeFilterCtrl.js +++ b/www/js/EventDateTimeFilterCtrl.js @@ -18,7 +18,8 @@ angular.module('zmApp.controllers') disableBack: true }); $state.go("events", { - "id": 0 + "id": 0, + "playEvent":false }, { reload: true }); @@ -50,7 +51,8 @@ angular.module('zmApp.controllers') disableBack: true }); $state.go("events", { - "id": 0 + "id": 0, + "playEvent":false }); //$ionicHistory.goBack(); -- cgit v1.2.3