I am trying to Embed the url link from a Json to angularJs.
Now i have the {{video.youtubeid}} with the output in Json controller has _kux-YQujjM
But when i use to call this function inside <iframe>
, it is not working.
when i use this function inside P tag it show the output as _kux-YQujjM
This is my code used with iframe tag.
<iframe width="100%" height="250" src="//www.youtube.com/embed/{{video.youtubeid}}" frameborder="0" allowfullscreen=""></iframe>
Whether i missed anything in my code or Is there any way to get the url to connect with this link.
Any help will be Appreciated.