Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3177

Re: getRouter

$
0
0

Can you try this?

Add Router in your sap.ui.define of the app.controller.js

 

sap.ui.define(["app/controller/BaseController",

"namespace/Router"], function(BaseController,Router) {

  "use strict";

  return Router.extend("..namespace.controller.ViewName", {

  onInit: function() {

.......

}

 

Regards


Viewing all articles
Browse latest Browse all 3177

Trending Articles