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

fix(colors): validate theme is a string #8745

Closed
wants to merge 1 commit into from
Closed

Conversation

EladBezalel
Copy link
Member

  • scope.$watch was calling parseColors with a scope and not a theme string, which caused the theme parsing when mdThemeController is present to be incorrect

fixes #8720

- scope.$watch was calling parseColors with a scope and not a theme string, which caused the theme parsing when mdThemeController is present to be incorrect

fixes #8720
@EladBezalel EladBezalel added the needs: review This PR is waiting on review from the team label Jun 12, 2016
@EladBezalel EladBezalel added this to the 1.1.0 milestone Jun 12, 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 12, 2016
@EladBezalel EladBezalel deleted the fix/colors-theme branch June 12, 2016 22:05
@EladBezalel EladBezalel restored the fix/colors-theme branch June 12, 2016 22:14
@EladBezalel EladBezalel deleted the fix/colors-theme branch June 12, 2016 22:14
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.

mdColors: Dynamic expression breaks when theme is specified
2 participants