<span ng-repeat="x in pics.files">
<video ng-src="img/gallery_vid/{{x}}" height="200px" width="200px" class="mt-2" controls>
</video>
</span>
ng-src not working with video tag, I will be happy if someone can be of help to me. The videos aren't playing, I searched online for a solution I saw this but I didn't get it. Thanks in advance
ng-src="'img/gallery_vid'+x"