Reputation: 799
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 ...
Upvotes: 0
Views: 2145
Reputation: 13228
Try <video controls ng-src="{{videoUrl}}"></video>
And define videoUrl
in your controller.
Upvotes: 1