I'm trying to call custom modal inside modal and catch the retrieving data. So I'm receiving second modal's data inside first modal, but the first modal's buttons crash for parent viewmodel and does not send data, even can't click on buttons, no effect. In case if you don't open second modal, firsts buttons work correctly. I mean "save" and "cancel" buttons, what are default in Durandal modal.
Is this my code issue or it's impossible to do on that way in Durandal 2.0?
If it's possible in Durandal, I'll go to put some code here.