-
Notifications
You must be signed in to change notification settings - Fork 3.4k
md-tabs programmatic selection of tab not updating pagination #3139
Comments
Created Pull #3143 to resolve |
@robertmesserle Could you confirm what version this is fixed in? I've just used bower material commit angular/bower-material@d0bf101 which I believe is 0.10.rc4 and the issue is still present. |
Re-opening. This was fixed in a previous version, but seems to be broken again. I am working on a proper fix right now for this as well as some other pagination issues. |
@Stexxen This should be resolved now as well as a few other pagination-related issues. (ie. resizing the window and adding tabs will also adjust for this.) Thanks for the updates! Please confirm once this commit makes its way to bower. |
@robertmesserle Confirmed as working in angular/bower-material@1d78f35 Cheers! |
When selectedIndex is changed programmatically, the tab is correctly selected and the correct tab content is shown.
But if the tabs are currently paginated and the newly selected tab is on a different page to the one currently shown, then the pagination is not updated, so you have no visibility of the selected tab header.
The text was updated successfully, but these errors were encountered: