Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

feat($mdDialog): Add support for components #9495

Closed
maxjoehnk opened this issue Sep 2, 2016 · 1 comment
Closed

feat($mdDialog): Add support for components #9495

maxjoehnk opened this issue Sep 2, 2016 · 1 comment

Comments

@maxjoehnk
Copy link
Contributor

Actual Behavior:

  • What is the issue? *

Currently there is no support for the usage of an angular component as the root of a dialog.
Proposed Usage:

$mdDialog.show({
  component: 'fooBar'
}).then(() => ...);

This would be a very handy feature, although I guess it won't work atm because of the lacking support for components in general.

Note:
Duplicate of this comment but I feel like this should be its own feature request.

@devversion
Copy link
Member

Thanks for the issue - you are right, this is currently not possible due to the versions we currently support.

Nevertheless we already have several issues for that and I'd like to close this issue in favor of #8409 (#8474, #9259).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants