Closed ntanitime closed 7 years ago
Closing, as this is an old issue and doesn't have any repro steps that we can look at (for example, it's impossible to know how those elements in bower_components work together). Please re-open if you have more details (a JSBin with repro steps is preferred)
Hi, below there is a simple angular page with a dialog (using angular material). I load
webcomponents.js
but I never use it in this code.When firefox download this:
<script src="bower_components/webcomponentsjs/webcomponents.js"></script>
it seems to freeze for something like 1 second and after the code broke and the dialog never show up.It seems that
webcomponents.js
breaks something inside firefox that aster breaks how angular material behave.