HTML5 Video is not working with AngularJS ng-src tag

后端 未结 10 1182
北恋
北恋 2020-11-29 02:25

AngularJS ng-src doesn\'t work with HTML5 Video element in this fiddle: http://jsfiddle.net/FsHah/5/

Looking at video element, the src tag is being popu

10条回答
  •  囚心锁ツ
    2020-11-29 02:33

    This currently seems like a bug in AngularJS: https://github.com/angular/angular.js/issues/1352

    Replacing source with seems to be the only way at the moment to at least load a source into the video. Hopefully someone comes around to either fix this or provide a workaround of some sort.

提交回复
热议问题