github.com/SAP/cloud-mta-build-tool@v1.2.27/internal/archive/testdata/testproject/ui5app/webapp/controller/View1.controller.js (about)

     1  company.ui.define([
     2  	"company/ui/core/mvc/Controller"
     3  ], function(Controller) {
     4  	"use strict";
     5  
     6  	return Controller.extend("aa.ui5app.controller.View1", {
     7  
     8  	});
     9  });