Using Webix 2.0.0, I cannot init and show a window from AngularJS/HTML markup. Other components appear to work.
Here goes the snippet, it’s messed since I tried a lot of things before gave up:
http://webix.com/snippet/1012bfd0
.
All I want is to be able to show the login screen, i.e. the “window” view. What should I be doing ?
Yep, it seems we have a problem with window initialization from HTML, it is not created correctly. As workaround you can try to use a bit different strategy - http://webix.com/snippet/39850f1f
Here windows configuration stored in the scope, and html content for window taken from HTML page