Recently, I encountered an issue while attempting to upgrade my old version of angular-material (v0.9.0) to a newer one. The reason behind this upgrade was the necessity to utilize the new htmlContent for an alert using $mdDialog. However, after replacing the angular-material.min.js file with the version from this link (https://ajax.googleapis.com/ajax/libs/angular_material/1.0.7/angular-material.min.js), all my dialogs started showing up as giant black areas.
https://i.sstatic.net/e7kj9.png
I am puzzled by this unexpected behavior. Any insights into what might be causing this issue?