Menu

#186 [FEATURE REQUEST] support for angular components

open
nobody
None
2016-11-21
2016-11-21
Anonymous
No

Originally created by: sp90

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
  });
});

Discussion


Log in to post a comment.