This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(theming): theming should also watch for controller changes.
As the dialog inherits the controllers not at link time, the theming won't work. Tried a few possibilities: - Walking through the DOM after show and re-theme the elements - Recompile the template after show But the most elegant and performant solution is definitely watching for the controller change. Fixes #5899 Closes #7154
- Loading branch information
1 parent
e126977
commit a653122
Showing
1 changed file
with
45 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters