This code doesn't work all the time. Sometimes I get a 404 error.
<iframe ng-src="http://www.dailymotion.com/embed/video/{{vid.id}}?autoPlay=0" width="100%" height="100%" frameborder="0"></iframe>
This code works all the time.
<iframe src="http://www.dailymotion.com/embed/video/{{vid.id}}?autoPlay=0" width="100%" height="100%" frameborder="0"></iframe>
I'm not sure I understand the purpose of ng-src anymore. Is it because it's an iframe?