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
Provide MdDialogRef even when we pass a TemplateRef.
What is the current behaviour?
With the current setup if we pass a TemplateRef to MdDialog, there is no way to use md-dialog-close directive as it throws no provider for MdDialogRef as it requires it.
What is the expected behaviour?
It would be great if it works with a TemplateRef but if that's not possible, then could you please add a brief warning to the docs?