I have a basic ng-repeat
loop that displays my content but if I use ng-src
for video tags it causes this error:
Error: [$interpolate:noconcat] Error while interpolating: http://localhost{{post.media}}
I know I can use a $sce
service but I am not sure how to utilize it in the context of ng-repeat
...