Created
October 30, 2014 09:22
-
-
Save TimGeyssens/b439217835d0ea41913e to your computer and use it in GitHub Desktop.
v7 dialogservice pass custom data to dialog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dialogService.open( | |
{ | |
template: "/app_plugins/SomePlugin/dialog.html", | |
customData: myData | |
}); | |
to access in your dialog use | |
dialogOptions.customData |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment