Reputation: 1123
I was running an old angular-material version (v0.9.0).
I wanted to upgrade because I needed to use the new htmlContent for an alert $mdDialog. But when I did replace angular-material.min.js with the version here (https://ajax.googleapis.com/ajax/libs/angular_material/1.0.7/angular-material.min.js) All my dialogs were shown as a giant black area
What could be happening?
Upvotes: 0
Views: 67
Reputation: 1123
The problem is that I was updating angular-material.min.js only and not angular-material.min.css. I overworte angular-material.min.css and the black screen went away
Upvotes: 0