diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-21 07:20:25 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-21 07:20:25 -0400 |
| commit | d16e550500093b9f885c8c55d3ef8f6d392ce6ab (patch) | |
| tree | b4cf274e14d62b80e38eb21c1a2a83a09ad00729 /www/js/MomentCtrl.js | |
| parent | f60a57d706f71950fb3a15438eba13053c59eaa7 (diff) | |
#606 allow navigation for moments in event modal
Diffstat (limited to 'www/js/MomentCtrl.js')
| -rw-r--r-- | www/js/MomentCtrl.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/MomentCtrl.js b/www/js/MomentCtrl.js index 635e79b5..4abe5c9f 100644 --- a/www/js/MomentCtrl.js +++ b/www/js/MomentCtrl.js @@ -591,6 +591,9 @@ angular.module('zmApp.controllers').controller('zmApp.MomentCtrl', ['$scope', '$ showLive:sl, snapshot: 'enabled', snapshotId:event.Event.MaxScoreFrameId, + eventId:event.Event.Id + //eventId:event.Event.Id + }) .then(function (modal) { |
