How we can use JQuery with Angular using config

Hello I have seen the JQuery Integration with the HTML component looks really nice and it is really easy for us to integrate UI, but I was looking the JQuery Integration in webix which will tell us, how we can use the config and integrate with JQuery and Angular.
Example :http://docs.webix.com/samples/33_angular/06_controller.html

In case if it is possible can you please let us know how we can use JQuery here in the below example.
http://docs.webix.com/samples/33_angular/06_controller.html

I may be wrong, but using jQuery and Angular JS doesn’t sound as a good idea for me.

If you really want to use such approach - you can create a custom directive and place a jQuery calls in the init section of such directive.