Guest User

Untitled

a guest
Jul 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <video id="news.id" src="{{ media.mediaPath }}" controls ></video>
  2.  
  3. downloadURI(media) {
  4. if (media.status) {
  5. window.open(media.mediaPath);
  6. }
  7. else {
  8. }
  9. }
Add Comment
Please, Sign In to add comment