I want to load multiple images located at another urls into my ionic 1 app. Please help me formulate how to do that

Heres an example of this image link that i would like to load on my app.

It shows the result that i would like to see,
Heres an example link of the image that i woudl like to see in my app. I wanna display the image in the app.

http://img5.zergnet.com/1421690_300.jpg

image

<ion-scroll direction="x">
<img ng-repeat="image in Images" ng-src="{{image.src}}" />
</ion-scroll>