Is it possible to use ng-repeat with an array of arrays?
ng-repeat
Here\'s my view:
{{item}}<
You almost aleady have the result. It's just a little mistake in your second ng-repeat.
{{item}} {{i}}
{{item}}
You are already in item in your second ng-repeat you don't need item.items.
item.items
There is the updated plunker : http://plnkr.co/edit/aLx05WWzFRVrocmXwr12?p=preview