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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
mdActive attribute on mdTab directive doesn't appear to work. I have tried passing true, 'true', a property of the parent controller that is true, etc. No joy. It also appears that the mdSelected attribute on mdTabs doesn't always work.
mdActive
attribute onmdTab
directive doesn't appear to work. I have tried passingtrue
,'true'
, a property of the parent controller that istrue
, etc. No joy. It also appears that themdSelected
attribute onmdTabs
doesn't always work.You can see this failure at https://material.angularjs.org/#/demo/material.components.tabs on the bottom example. If you click the tabs on the example, the view doesn't change. If you change the selected index, the view changes.
Has anyone else experienced this?
The text was updated successfully, but these errors were encountered: