angular binding using view config

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

(a) you can add the item directly to the list, not to the array

http://webix.com/snippet/0d252456

(b) you can use watchCollection to track the changes

http://webix.com/snippet/214d0af7