Greetings for everybody!
The problem is with markup horizontal accordion using webix with angular. If you do this by means of just webix it is simple: to switch from vertical accordion to horizontal accordion you just need to change “rows” with “cols”:
webix vertical accordion: http://webix.com/snippet/e4abff8c
webix horizontal accordion: http://webix.com/snippet/6ee40495
But if you want to do the same using webix angular integration, you fail:
webix-angular vertical accordion with angular: http://webix.com/snippet/4f0b6aaa (works fine)
webix-angular horizontal accordion with angular: http://webix.com/snippet/8362f09a (not working)
Is there any idea how to solve this?