Brandon Bird
Brandon Bird
@YoavNordmann Can you post an updated example?
Unfortunately, the way that ts-repeat has to alter the compilation of the DOM alongside ng-repeat makes compilation of nested ng-repeat not function correctly. I have a very similar situation and...
It really only affects the the ts-repeat-end with nested ng-repeat situation. I tried to figure it out (disclosure: I'm the one who added the multi-element support to this module), but...
I found and fixed an additional issue: If the first row in the `tbody` had colspan'd cells it wouldn't calculate the column widths correctly. It now finds the first row...
Found some additional issues with colspan'd cells. Ended up rewriting the section where widths are determined and applied. - Loops through each of the table sections and applies width to...
Wow, sorry for so many updates but I discovered that I could optimize the transform function changes I made in the last commit to walk over less of the DOM.
@drewfreyling I haven't seen anything from @cornflourblue.
This is fixed in my PR #17. It also affects angular 1.3.x.