I want to do a ng-repeat on an array which is composed of two arrays, like this :
[titles: [], links: []]
My arrays (titles and links) ha
This is how it worked for me:
Buy {{name}} for {{product.prices[$index]}}
I had both product.names and product.prices of same size