angular.tree icon indicating copy to clipboard operation
angular.tree copied to clipboard

Different template if there exist child or not.

Open forjin-vpac-innovations opened this issue 12 years ago • 1 comments

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?

forjin-vpac-innovations avatar Sep 10 '13 03:09 forjin-vpac-innovations

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.

dump247 avatar Sep 10 '13 15:09 dump247