Can call function in Controller of Angularjs in webix.ui?

HI,
Can call function in Controller of Angularjs in webix.ui ?Example :
columns:[
{ id:“LocationID”, header:“No”, width:50 },
{ id:“LocationDefault”, header:“Default”, template:CustomRadio, width:60 },
{ id:“LocationActive”, header:“Active”, template:custom_checkbox, width:60 },
{ id:“LocationName”, header:“Name”, fillspace:true, adjust:“data”, width:200}
]

CustomRadio function in Controller.

In many other places you can use this.$scope in the events handlers to access the current scope and all methods in it, but not in the column template unfortunately.