Hello, experts!
I use 2 views, and made routing there between. It work.
After that I would like use dialog on View 2. I add button and module 'sap/m/Dialog', on View2.
I have a problem, because view2 dont work after that.
view2: code:
sap.ui.define([ 'jquery.sap.global', 'sap/m/MessageBox', 'sap/m/MessageToast', 'sap/m/Dialog', // 'sap/ui/model/Filter', 'sap/ui/core/mvc/Controller'
code:
https://github.com/EvgenySemenov/sap-ui5-routing_params_dialog