I seem to be having some difficulty in making the click event work with my angular controller. The snippet has the details: http://webix.com/snippet/d0ca28b6
I suppose it’s an issue because the webix ui button is a combination of the button element and a div element, though from my understanding click events should work on div elements as well with ng-click.
Which will call $scope.someMethod()
Next version will understand both formats “someMethod” and “someMethod()”
Also, I have confirmed and fixed issue with “window” control, inside of which $scope was not resolved and above doesn’t work - fix will be available as part of the next build