-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example usage of MdDialog doesn't use md-dialog-content #2621
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Comments
It's not required, and you can implement scrolling without it by using CSS |
jelbourn
added
the
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
label
Jan 27, 2017
For reference:
This snippet demonstrates several things:
|
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 13, 2017
Adds an example that shows how to use the various dialog content directives. Fixes angular#2621.
andrewseguin
pushed a commit
that referenced
this issue
Feb 16, 2017
Adds an example that shows how to use the various dialog content directives. Fixes #2621.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
This page gives an example of how to use MdDialog but it does not surround the dialog contents with ...
https://github.com/angular/material2/tree/master/src/lib/dialog
(I assume it is always required. The description of md-dialog-content is: "Scrollable content of the dialog." does not say that it's only required if scrolling is desired.)
The text was updated successfully, but these errors were encountered: