Skip to content
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

[FEATURE REQUEST] support for angular components #186

Closed
sp90 opened this issue Nov 21, 2016 · 2 comments
Closed

[FEATURE REQUEST] support for angular components #186

sp90 opened this issue Nov 21, 2016 · 2 comments
Milestone

Comments

@sp90
Copy link

sp90 commented Nov 21, 2016

Is it on the roadmap to get it working with components, so instead of parsing in controller and templateurl, just to parse component name?

Example:

ModalService.showModal({
  component: 'yesOrNo'
}).then(function(modal) {
  modal.element.modal();
  modal.close.then(function(result) {
    // Do something with the result
  });
});
@dwmkerr
Copy link
Owner

dwmkerr commented May 20, 2017

Yes on the roadmap, will be starting soon :)

@dwmkerr dwmkerr added this to the v0.13 milestone May 20, 2017
@dwmkerr
Copy link
Owner

dwmkerr commented May 20, 2017

Closing in favour of #211, please put all API suggestions there!

@dwmkerr dwmkerr closed this as completed May 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants