Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

fix(slider): fix a js error if the slider container doesn't have a md-input-container #8225

Closed
wants to merge 1 commit into from

Conversation

crisbeto
Copy link
Member

@crisbeto crisbeto commented Apr 26, 2016

  • Fixes the slider trying to call getComputedStyle if it doesn't have child md-input-container.
  • Uses a slightly faster way of finding the child md-input-container.

Fixes #8174, #7728.

@crisbeto crisbeto added the needs: review This PR is waiting on review from the team label Apr 26, 2016
@devversion
Copy link
Member

@crisbeto This should fix #7728 as well?

@crisbeto
Copy link
Member Author

It should.

…-input-container

* Fixes the slider trying to call getComputedStyle if it doesn't have child md-input-container.
* Uses a slightly faster way of finding the child md-input-container.

Fixes angular#8174, angular#7728.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs: review This PR is waiting on review from the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants