[SOLVED] self.$setState cannot update a content inside a tab

I am using tabs and I want to use self.$setState to update the content inside them on background and the problem is that the content inside the tab it is not being updated only outside the tabs the content is being updated without problems…

any solution?

this works

{{#if offers}}
   yes offers
{{else}}      
   no offers
{{/if}}

this does not work

 <div class="tabs">
{{#each tabs}}
...
{{#if offers}}
   yes offers
{{else}}      
   no offers
{{/if}}
...
{{/each}}
</div>

thanks

Fix it! my tabs divisions were generated dynamically and this affect the tabs to be updated in some way. I change the tabs division to be static html and now it works fine!

:+1::blush:

Great…Kindly mark this as solved then…

I do not see in my panel how to mark it as solved :frowning:

Just edit your title but adding something like [SOLVED]… It helps the next coder, these things give headache man…:grin:

good :slight_smile: doing that now… pitty there is no way to close it …