Skip to Content
0
Former Member
Jul 15, 2016 at 02:33 PM

after add module on View it doesn't work

37 Views

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