“ng-src”属性不能一直工作,“src”属性可以

时间:2013-10-16 09:06:27

标签: angularjs

此代码不会一直有效。有时我会收到404错误。

<iframe ng-src="http://www.dailymotion.com/embed/video/{{vid.id}}?autoPlay=0" width="100%" height="100%" frameborder="0"></iframe>

此代码始终有效。

<iframe src="http://www.dailymotion.com/embed/video/{{vid.id}}?autoPlay=0" width="100%" height="100%" frameborder="0"></iframe>

我不确定我是否理解了ng-src的目的。是因为它是一个iframe吗?

0 个答案:

没有答案