iframe中的Angular URL SRC显示出来

时间:2017-09-29 06:48:14

标签: html angularjs iframe

我尝试使用src设置iframe到youtube。当您在浏览器中检查元素时,iframe中的url是不可见的。在iframe外部粘贴的相同网址完美无缺。

<iframe width="420" height="315" ng-src="{{getChangeYouTubeLink(companyDetails.youTubeLink)}}"></iframe><br>
{{getChangeYouTubeLink(companyDetails.youTubeLink)}}

you see this when you inspect element

你知道为什么会这样吗?

0 个答案:

没有答案