We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to change tabs in my Angular code by reacting to a click event on an icon. However it doesn't work....
changeTab() { this.tabAction.emit({action: 'tabs', params: ['select_tab', 'test3']}); }
From MaterializeCSS docs: $(document).ready(function(){ $('ul.tabs').tabs('select_tab', 'tab_id'); });
$(document).ready(function(){ $('ul.tabs').tabs('select_tab', 'tab_id'); });
What am I doing wrong or is this even possible?
The text was updated successfully, but these errors were encountered:
See my pull request #411
With it, your action works. I was having the same problem.
Sorry, something went wrong.
No branches or pull requests
I am trying to change tabs in my Angular code by reacting to a click event on an icon. However it doesn't work....
From MaterializeCSS docs:
$(document).ready(function(){ $('ul.tabs').tabs('select_tab', 'tab_id'); });
What am I doing wrong or is this even possible?
The text was updated successfully, but these errors were encountered: