diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2016-10-12 10:56:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-12 10:56:11 -0400 |
| commit | a3d4132cc177a8009ba53630808abaa245bbaf79 (patch) | |
| tree | ec891a02273110c34efb5a6f15158fc634d85f4e /www/js/EventDateTimeFilterCtrl.js | |
| parent | 986006947c3a6ac404d6868c113a03aaf202dcc2 (diff) | |
| parent | 77670b3180515076ba19febd0cdff4d7ecb4da69 (diff) | |
Merge pull request #349 from pliablepixels/montage-jazz
Montage jazz
Former-commit-id: ba1be6c70c55a7274d980d9b418b8bc385704ba2
Diffstat (limited to 'www/js/EventDateTimeFilterCtrl.js')
| -rw-r--r-- | www/js/EventDateTimeFilterCtrl.js | 6 |
1 files changed, 4 insertions, 2 deletions
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(); |
