My problem:
I want to display a list of images, stored localy, using ng-repeat directive, but the images re not being displayed.
AngularJS versi
For IMG tags and AngularJS, use just the ng-src attribute.
{{media.imagePath}} must contain the URL to the image, absolute or relative.