Hello!
I want controller of a popup window be initialized every time when the window is opened. Is that possible?
I've defined Lifespan for the view "when_visible", but doInit is called only first time, the window was opened.
Of course, I could invalidate context on closing the window (as I manage to fire event, that the window can be closed), but may be there is a simple way to make lifespan working similar to "normal" views?
Thank you!
Best regards,
Nick
Add a comment