angular.tree
angular.tree copied to clipboard
Different template if there exist child or not.
Hi,
I just started with this directive with my style sheet. But there is little bit of problem. I just want to remove the empty "UL" tag, and little bit differenciate when it has child or not.
how can I accomplish this problem?
You can use ng-switch, ng-class, etc to customize the look of a node based on whatever conditions you have. If you have any specific code or questions, I would be happy to help work through it.