I am trying to show angular js ui tree inside ng dialog. Even though the appearance is fine but the check box functionality is not working. Similarly Select All, Collapse All, etc buttons functionality is also not working inside ng Dialog. Can any one help me to fix this issue? Outside ng Dialog the tree functionality in relation to check boxes and buttons every thing is working fine, only in ng Dialog box it is causing the problem. Please find my plnkr. I need to have UI tree in my html and in ngDialog too for different models as have shown in the plunker.
My parent_nodes_renderer_ngdialog.html
and terminal_node_renderer_ngdialog.html
are slightly modified from my original parent_nodes_renderer.html
and terminal_node_renderer.html
to meet some of my requirements