sap.ui.define([
"ea/zcertemp/controller/BaseController"
], function (BaseController) {
"use strict";
return BaseController.extend("ea.zcertemp.controller.CreateView", {
onInit: function () {
this.oDialog = this.byId("popupDialog");
},
});
});