summaryrefslogtreecommitdiff
path: root/www/js/MomentCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-04-20 19:57:47 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-04-20 19:57:47 -0400
commit52d5e10e4c3d3728f85d8a9a40a975cef5ab9ddb (patch)
treeb52ec157a3d10173c8964bf1c6697f6b9bd64d9f /www/js/MomentCtrl.js
parentf5c549df0adb14c880319d0e757698f0452ef58b (diff)
#606 allow event-modal to move from snapshot to play for better moment control
Diffstat (limited to 'www/js/MomentCtrl.js')
-rw-r--r--www/js/MomentCtrl.js9
1 files changed, 4 insertions, 5 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js
index 4a0d41ec..635e79b5 100644
--- a/www/js/MomentCtrl.js
+++ b/www/js/MomentCtrl.js
@@ -589,15 +589,14 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$
animation: 'slide-in-up',
id: 'footage',
showLive:sl,
+ snapshot: 'enabled',
+ snapshotId:event.Event.MaxScoreFrameId,
+
})
.then(function (modal) {
$scope.modal = modal;
- $ionicLoading.show({
- template: $translate.instant('kPleaseWait') + "...",
- noBackdrop: true,
- duration: 10000
- });
+
$scope.modal.show();