very new to AngularJS so please forgive me if this is a stupid question.
I need to output my data in a grid like format (using Ionic) and i need to have a div for a
Something like this? fiddle
{{item}}
I simply break the line every three items, but we could expand on this approach.
{{items[$index]}}
{{items[$index+1]}}
{{items[$index+2]}}
The code is pretty self-explaining: the solution creates a row every three elements, and inserts the elements only if they actually exist.