webix form submitting(Webix Angularjs integration)

Hi,
I have a requirement to get the submitted form data in my angularJS controller.I have a form,an angular js file with controllers.On submit of webix form, the data of the webix form (including radio butto, checkbox, textfield, textarea) should alert from the angular js controller.
Please do suggest a solution for this with code snippet ASAP.