You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#1 - I would like to change tabs by buttons, #2 - count how many tabs I have.
What is the current behavior?
tabsNumber = document.getElementsByTagName('md-tab').length;
Doesn´t work to count tabs. If i don´t know how tabs I have, a can´t limite the "Next" Button
What is the use-case or motivation for changing an existing behavior?
Thats a way to navigate better the tabs, and a way to do a multi step form.
Which versions of Angular, Material, OS, browsers are affected?
@angular/material: 2.0.0-beta.1
The text was updated successfully, but these errors were encountered:
Ganim
changed the title
Tabs - next-back button & Count Tabs
[Updated] Md-Tabs - Navigate Options & Count Tabs
Jan 18, 2017
Bug, feature request, or proposal:
Feature request
What is the expected behavior?
#1 - I would like to change tabs by buttons,
#2 - count how many tabs I have.
What is the current behavior?
tabsNumber = document.getElementsByTagName('md-tab').length;
Doesn´t work to count tabs. If i don´t know how tabs I have, a can´t limite the "Next" Button
What is the use-case or motivation for changing an existing behavior?
Thats a way to navigate better the tabs, and a way to do a multi step form.
Which versions of Angular, Material, OS, browsers are affected?
@angular/material: 2.0.0-beta.1
The text was updated successfully, but these errors were encountered: