dialogService - How to get data back from dialog view?
ANSWER: had to call submit(data) to raise the callback :) - doh!
Hi brains,
I have a controller that need to open a dialog and pass some text to it. The dialog view modifies the dialogData.text and then it should raise the callback i pass - but it seems im doing it wrong.
How do i get the callback raised, so i can get data back from the opened dialog?
dialogService - How to get data back from dialog view?
ANSWER: had to call submit(data) to raise the callback :) - doh!
Hi brains,
I have a controller that need to open a dialog and pass some text to it. The dialog view modifies the dialogData.text and then it should raise the callback i pass - but it seems im doing it wrong.
How do i get the callback raised, so i can get data back from the opened dialog?
ANSWER: Sweetness. had to call submit(data) to raise the callback :)
is working on a reply...