Changing views on webix tree node click in angularjs

Hi,
I have a tree panel, and on click of node in the tree panel, I want to change right hand side view from angular js controller.
Can you please guide me in achieving the above functionality?

Regards,
Ankur

You can define a click handler for tree item and call any custom code from the related scope.

http://docs.webix.com/desktop__angular_events.html

To switch view you can use any Angular based solution ( GitHub - angular-ui/ui-router: The de-facto solution to flexible routing with nested views in AngularJS )