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

fix(toast): apply theming correctly to custom toasts #8799

Closed
wants to merge 1 commit into from

Conversation

devversion
Copy link
Member

  • Custom configurations for md-toast didn't receive any theming, because the interimElement service was applying the theming on the the md-template element, which was accidentally used as our template root element.

Fixes #8777.

* Custom configurations for `md-toast` didn't receive any theming, because the interimElement service was applying the theming on the the `md-template` element, which was accidentally used as our template root element.

Fixes angular#8777.
@devversion devversion added the needs: review This PR is waiting on review from the team label Jun 18, 2016
@ThomasBurleson ThomasBurleson added pr: merge ready This PR is ready for a caretaker to review and removed needs: review This PR is waiting on review from the team labels Jun 18, 2016
@ThomasBurleson ThomasBurleson added this to the 1.1.0 milestone Jun 18, 2016
@devversion devversion deleted the fix/toast-theming branch June 18, 2016 15:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants