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