Ng-repeat in template node

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

ng-* is angularjs (dashboard 1)

Dashboard 2 uses Vue.

Vue version of ng-repeat is v-for

See this post: Subflow - UI Group - #11 by Steve-Mcl