first commit
This commit is contained in:
10
webapp/controller/App.controller.js
Normal file
10
webapp/controller/App.controller.js
Normal file
@ -0,0 +1,10 @@
|
||||
sap.ui.define([
|
||||
"sap/ui/core/mvc/Controller"
|
||||
], (BaseController) => {
|
||||
"use strict";
|
||||
|
||||
return BaseController.extend("mvcapp00124.controller.App", {
|
||||
onInit() {
|
||||
}
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user