Skip to content
morenoraf edited this page Dec 5, 2019 · 8 revisions

In order to use an ADOR in a video tag,

add ng-if and ng-src with | xmpTrustUrl as shown in this example:

<video width="700" height="381" controls autoplay ng-if="xmp.r['VideoLink']" >

<source type="video/mp4" ng-src="{{xmp.r['VideoLink'] | xmpTrustUrl}}"/>

</video>

Clone this wiki locally