Make images apear in one line

I am using this code but the images go to down, i need each image go to the right.

give the div the of your ng repeat style=“float:left” and after your ng repeat append a div

<div style="clear:both;"></div>
1 Like

Thanks is working :smiley:

@bengtler

i was unable to see the image when i click on it but fuction of ng-click="openModal(grid) is working good please help me out of this

Thakns in advance