Angularjs and TabView

Hi,

When you try the same: http://webix.com/snippet/3be907ed
in stand alone page there is no tabview when initialization is done via

When initialization is done via “webix-ui” attribute on toppest div only first tab is displayed

Hi,

I tried the code in a standalone page - it works well. Why do you need to use webix.markup.init()?

Have you studied all the samples available in the docs? Here’s the one that shows complex angular-webix structure: http://docs.webix.com/samples/33_angular/08_complex.html

Hi Helga,
Yes, I have studied the samples.
I just tried webix.markup.init() to see if it makes any difference.
Is there a way to upload my files to show you what I am doing or is it possible for you to send me your files that I can see what I am doing wrong?

Thank you.

Any update?

Maybe I don’t get you, but is this what you mean by a standalone page?
http://webix.com/snippet/ff8713c7

Helga,

Almost, create html page on your local webserver instead of snippet.

That’s what I did;) html page looks like the last snippet, except for head part. It works.

Helga,
one more thing the angularjs templates save each in separate file and name file the same name as was id attribute of the template.
When you save template in separate file you do not need script tags
You’ll see that only one tab is created

Hi Helga,

Did you try to reproduce with templates being in stand alone files?

Any update?

are you planning to respond?