Skip to content

Instantly share code, notes, and snippets.

@TimGeyssens
Created October 30, 2014 09:22
Show Gist options
  • Save TimGeyssens/b439217835d0ea41913e to your computer and use it in GitHub Desktop.
Save TimGeyssens/b439217835d0ea41913e to your computer and use it in GitHub Desktop.
v7 dialogservice pass custom data to dialog
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