Hi,
I’m initializing my angular bound view using the config method, but it’s not clear to me how to bind a collection using angular.
This is my code so far: http://webix.com/snippet/7773b42b
(clicking the button pushes an item onto the array, but the list isn’t being updated)
From your docs I see you have to use the webix-data attribute in the html to bind to the array, but how to do it without the mark-up? Is there some url proxy to use?
Thanks