dev333
dev333

Reputation: 799

How to embed videos in a div using angular js

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

Answers (1)

Vivek
Vivek

Reputation: 13228

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

And define videoUrl in your controller.

Upvotes: 1

Related Questions