Can we add ng-model attribute to a webix control

Hi,

As per requirement, currently I am integrating webix and angular JS. I want to use “ng-model” attribute to a webix control.

Just wondering how to do it …

Any help regarding this query…

Currently Webix doesn’t provide such kind of data binding.
Components have API to get or set data, but simple inputs can’t be bind to the some property in the scoup.

Thanks maksim

Hi, I wrote an example of directive, which helps to integrate the webix controls with angular app. There is support for ngModel, but not all implemented and not all tested. Just an example. Webix components as angular directive - JSFiddle - Code Playground