eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

any idea how to solve this #50

Open erezlevi opened 8 years ago

erezlevi commented 8 years ago

hi, I have an issue where I use Angular tabs and I need to add your tree.view (both using li/ul....) this is the outcome (see image).

angulartree

chaim-aharonson commented 8 years ago

the short and simple answer is CSS. the detailed answer: you have to set your CSS classed of tabs isolated from the CSS classes of the tree. I assume that tabs CSS are global, something like all ul/li under this container will inherit this class but it should only affect the tabs(e.g.: .tabs-container > ul > li{.... and NOT .tabs-container ul li{... ) changing one of the components inheritance will solve this