Ng-src not working or status 404

Hi guys, I am having a problem with displaying images in my app. I get data using http request and put it in the service to be able to use to other views. It was a successful one but unfortunately my images doesn’t show up… i even do it manually with ng-src=“url/name.png” but it doesn’t work… when I tested it in the browser the images are showing… What could be the problem???