Hi,
We are planning to buy this product but we are facing issues with two way binding of AngularJS with webix. So please reply is there any way to use the benefits of two way binding of AngularJS with webix?
Thanks!
Manoj
Hi,
We are planning to buy this product but we are facing issues with two way binding of AngularJS with webix. So please reply is there any way to use the benefits of two way binding of AngularJS with webix?
Thanks!
Manoj
It possible to implement two-way data binding, but it will require extra code.
By default, webix directives will track changes in the data source but will not force digest after changing data through component’s UI
In same time, webix components provide a set of events which can be used to detect when component changed and force digest for the scope.
Thanks for suggestion. We found some work around for same but now we are facing another problem with ng-view directive while integrating with webix.
Could you suggest, how it could be integrated?