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
{{ message }}
This repository was archived by the owner on May 29, 2019. It is now read-only.
When using templateUrl with Dialog instead of template, we are completely unable to pass data to the Dialog when opening it, so that it can be presented inside the dialog.
The problem with this is that in order to retrieve information to display it inside the dialog, I will need to set up a service. But it's too much to set up a service just to present some information inside the dialog. There should be a simpler way.
Please find this simpler way and implement it. Thanks.
The text was updated successfully, but these errors were encountered:
When using templateUrl with Dialog instead of template, we are completely unable to pass data to the Dialog when opening it, so that it can be presented inside the dialog.
The problem with this is that in order to retrieve information to display it inside the dialog, I will need to set up a service. But it's too much to set up a service just to present some information inside the dialog. There should be a simpler way.
Please find this simpler way and implement it. Thanks.
The text was updated successfully, but these errors were encountered: