I'm trying to populate my site with ng-repeat images. I wanted to make something like if there is only one image in images, it's going to get 1 full row(col-xs-12), if there will be 2 images, they are going to load as col-xs-6, up to maximum 6 images(col-xs-2 per image).
Is it even possible to play it like that? I wanted to list them as ul>li>img + description.
Cheers!