This question has been partly addressed here: Angular.js ng-repeat across multiple tr's
However that is just a work-around really, it doesn\'t actually address t
To answer Andre's question above on more than 2 levels of ng-repeat in a table, you can use multiple ng-repeat-start to accomplish this.
{{items.title}} {{item.subtitle}} {{value.col1}} {{value.col2}}
Here is a plunker example