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.