Is use <umb-header tabs="myTabs">.....</umb-header>.
And then in the <umb-tab-view> I have a <umb-tab> and in here I have custom directive.
This custom directve goes to the server to fetch some data. But I want this only at the moment the tab gets activated. So, is there a way that I can check to see that a tab has become active?
Check tab is become active
Is use
<umb-header tabs="myTabs">.....</umb-header>
.And then in the
<umb-tab-view>
I have a<umb-tab>
and in here I have custom directive.This custom directve goes to the server to fetch some data. But I want this only at the moment the tab gets activated. So, is there a way that I can check to see that a tab has become active?
is working on a reply...