I am trying to set the video source from the controller. If I hard coded the source everything works fine. But if I try to set it in the server doesn't work.
<video id="myVideo" style="width:100%">
<source src="../../../../Content/Videos/{{$ctrl.videoSource}}"> - Doesn'tWork
<source src="../../../../Content/Videos/Test1.mp4">
self.videoSource = data.videoLink;