Hello;
I'm trying to build a template populated with data from the data server.
I have an array like the following (is in reality much bigger):
array[2]
0: object
item1: "blabla"
item2: "blabla"
1: object
item1: "blabla"
item2: "blabla"
I would like to build different templates for each object, and found on the internet you could do it with ng-repeat. But I don't get it to work, any help would be great.
Thank you.
Best regards
Filip