Do you realise that the element that contains the ng-repeat is the thing that gets repeated. You have a ng-repeat on a tbody element.
Pete
...from my mobile.
I don't like doing this, but just in case my question passed unnoticed. =)Does anyone know if I'll be able to do that with ng-repeater and <table> ?Thanks!--
Em quinta-feira, 12 de julho de 2012 15h45min51s UTC-3, Alex Figueiredo escreveu:I'm trying to make a groupable table using angular.I'm basing myself at this topic: https://groups.google.com/forum/?fromgroups#!searchin/angular/ng-repeat$20table/angular/1pObXtHPwqU/XdMZEEaXZV4J
The third ng-repeat doesn't seen to run.What I'm a doing wrong?
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/tCCKl0ClBZAJ.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/angular?hl=en.
Hi Pete,My problem is that my data is hierarchical.Thus, using a list works very fine, for example:But in my case, I would like to render <tr> individual elements for each level.I was hoping to do something like:<dont_render_me nr-repeat="item in parent.children">
<tr> ...
</dont_render_me>
Do you think I can do it otherwise? Thanks for your help!
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/An9hKsrUE7YJ.