I am using Angular.js for an application that uses hidden trs to simulate a sliding out effect by showing the tr and sliding down the div in the td below. This process worke
AngularJS developer @igor-minar answered this in Angular.js ng-repeat across multiple elements.
Miško Hevery recently implemented proper support via ng-repeat-start and ng-repeat-end. This enhancement hasn't been released as of 1.0.7 (stable) and 1.1.5 (unstable).
This is now available in 1.2.0rc1. Check out the official docs and this screencast by John Lindquist.