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/PortalLoginCtrl.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/PortalLoginCtrl.js')
| -rw-r--r-- | www/js/PortalLoginCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/PortalLoginCtrl.js b/www/js/PortalLoginCtrl.js index 7e874fa4..541af937 100644 --- a/www/js/PortalLoginCtrl.js +++ b/www/js/PortalLoginCtrl.js @@ -281,7 +281,8 @@ angular.module('zmApp.controllers').controller('zmApp.PortalLoginCtrl', ['$ionic } else if (ld.onTapScreen == $translate.instant('kTapEvents')) { NVRDataModel.debug("Going to events"); $state.go("events", { - "id": 0 + "id": 0, + "playEvent":false }, { reload: true }); |
