You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
i get the error:
"TypeError: Cannot read property 'insertBefore' of null."
I'm not really sure if i did something wrong or if this is a bug in angular-material, the demo page seems to work just fine. I will try to reproduce it in a codepen example.
Edit:
I can't get the dialog-example to work in codepen, not even with material 0.10.1
The text was updated successfully, but these errors were encountered:
@Tyrannmisu - you should never use <div class="md-dialog-content-body"> in your template. The mdDialogContentBody is used internally in the Dialog component.
Using angular 1.4.4 FF38 and chrome 44
If you are using an confirm-dialog and do not include any div or span in the content you will get the warning:
Unable to find node '{0}' in element.
The content will not be replaced, and "{0}" will be visible instead, i guess that this is a bug and not the desired behaviour :) .
When using my old custom-dialogs with templates, i added the
i get the error:
"TypeError: Cannot read property 'insertBefore' of null."
I'm not really sure if i did something wrong or if this is a bug in angular-material, the demo page seems to work just fine. I will try to reproduce it in a codepen example.
Edit:
I can't get the dialog-example to work in codepen, not even with material 0.10.1
The text was updated successfully, but these errors were encountered: