0

I'm a beginner to angularjs.I'm trying to embed the videos in a div.How can I achieve this ?

Can anyone plese help me out regarding this issue ...

dev333
  • 713
  • 2
  • 17
  • 38
  • 4
    Possible duplicate of [Embed YouTube videos using ng-repeat in Angular](http://stackoverflow.com/questions/23757015/embed-youtube-videos-using-ng-repeat-in-angular) – Nick Bondarenko Dec 15 '15 at 08:57
  • 1
    Possible duplicate of [HTML5 Video is not working with AngularJS ng-src tag](http://stackoverflow.com/questions/15728424/html5-video-is-not-working-with-angularjs-ng-src-tag) – AlexD Dec 15 '15 at 09:09

1 Answers1

1

Try <video controls ng-src="{{videoUrl}}"></video>

And define videoUrl in your controller.

Vivek
  • 11,938
  • 19
  • 92
  • 127