This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(dialog): fixed alert and confim
md-transition-in
class attachment
Alert and confirm dialogs had in their template class attribute that was binded to `dialog.css`, in case the css property was undefined it caused the `md-transition-in` class to be applied but than deleted. The solution was to change the usage to ng-class and let angular set the class. fixes #4862. closes #5006.
- Loading branch information