UNPKG

@sap/generator-fiori

Version:

Create an SAPUI5 application using SAP Fiori elements or a freestyle approach

10 lines (9 loc) 222 B
sap.ui.define([ "sap/ui/core/mvc/Controller" ], (Controller) => { "use strict"; return Controller.extend("<%- app.id %>.controller.<%- template.settings.viewName %>", { onInit() { } }); });