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
Bug
MdSlider should work within tabs
MdSlider
When a slider is used within a tab that uses the verbose API
Just put a slider within a tab (see this plunk):
<md-tab-group> <md-tab> <template md-tab-label>Tab</template> <template md-tab-content> <md-slider min="0" max="20"></md-slider> </template> </md-tab> </md-tab-group>
bug-fixing
Angular 2.0.1, Material 2 alpha 9-3
Angular 2.0.1
Material 2 alpha 9-3
I have not tested the compact tab-group API
The text was updated successfully, but these errors were encountered:
duplicate of #1389
Sorry, something went wrong.
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
No branches or pull requests
Bug, feature request, or proposal:
Bug
What is the expected behavior?
MdSlider
should work within tabsWhat is the current behavior?
When a slider is used within a tab that uses the verbose API
What are the steps to reproduce?
Just put a slider within a tab (see this plunk):
What is the use-case or motivation for changing an existing behavior?
bug-fixing
Which versions of Angular, Material, OS, browsers are affected?
Angular 2.0.1
,Material 2 alpha 9-3
Is there anything else we should know?
I have not tested the compact tab-group API
The text was updated successfully, but these errors were encountered: