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
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});});
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: