I have a div with bootstrap class col 12 inside this div I have 3 divs with bootstrap class col 4. Now I'm getting from my database a list of cuisines.
I want to show the cuisines in the 3 different divs ( without repetition) using ng-repeat: data response:
cuisine1
cuisine2
cuisine3
cuisine4 etc..
in my page i want to show them like:
cuisine1 cuisine3 cuisine5
cuisine2 cuisine4 cuisine5
any help ? how can i do that using 1 ng-repeat