I'm trying to extended features of some Protractor (AngularJS e2e testing framework) add-on dedicated for reports ( https://www.npmjs.com/package/protractor-angular-screenshot-reporter).
This add-on generates html which shows test result. Data are inserting from JSON and table is dynamically generated by AngularJS. I wanted to collapse rows which are chilld of currentParent. I have almost done it, but only one child appears. Rest of them appears when I remove "ng-if="result.expanded", but then obviously collapse button (plus/minus) doesn't work correctly. I'm sure that the solution is within reach. https://plnkr.co/edit/NXppxcXqnYlS2UXqyysQ?p=preview -- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
