<video class="img-responsive" controls="controls" autostart="false">
<source ng-src="{{data[0].media.split(',')[0]}}" >
Your browser does not support HTML5 video.
</video>
autoplay was stop without angularjs. But i don't know how to stop autoplay using angular js coding.
Try using directive:
In html:
Hope this will work.