summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-02 13:51:49 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-02 13:51:49 -0400
commit708b11315e843c1e0b873964cbabd2be0a2907f1 (patch)
tree7cf8c5d03175c995d26b0945be60992f6f30cd93 /www/templates/events-modal.html
parentf82debadf0e7f7ade08cf771237ac96c41c0a839 (diff)
typo fix
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html15
1 files changed, 2 insertions, 13 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 29b6004e..fdfce46d 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -45,20 +45,9 @@
<div ng-if="defaultVideo!==undefined && defaultVideo!='' && !isSnapShot()">
<div ng-if="videoIsReady">
- <!--<div style="height:{{$root.devHeight}}px; width:{{$root.devWidth}}px;">-->
- <div ng-style="{'height':$root.devHeight+'px', 'width':$root.devWidth+'px'}"
+ <!-- <div style="height:{{$root.devHeight}}px; width:{{$root.devWidth}}px;">-->
+ <div ng-style="{'height':$root.devHeight+'px', 'width':$root.devWidth+'px'}">
- <!--
-
- <br/><br/><br/><br/><br/><br/>
-
- Falback testing:{{ video_url | trusted}}
- <video controls>
- <source ng-src="{{video_url | trusted}}" type="video/mp4" />
- Your browser does not support the video tag.
- </video>
-
- -->
<videogular vg-can-play="onCanPlay()" vg-native-fullscreen="videoObject.config.nativeFullScreen" vg-player-ready="onPlayerReady($API)"
vg-update-playback="onPlaybackUpdate($playBack)"
vg-plays-inline="videoObject.config.playsInline" vg-theme="videoObject.config.theme" vg-complete="playbackFinished()" on-double-tap="closeModal();" vg-autoplay="videoObject.config.autoPlay" vg-responsive="videoObject.config.responsive" vg-update-time="videoTime(event.Event.StartTime,$currentTime)" vg-error="onVideoError($event)">