Skip to content

Commit caa1e57

Browse files
authored
Update View1.controller.js
1 parent eff73b5 commit caa1e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/webapp/controller/View1.controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sap.ui.define(["sap/ui/core/mvc/Controller", "sap/ui/core/mvc/XMLView", "sap/ui/
88
return Controller.extend("z2ui5.controller.View1", {
99

1010
onInit() {
11-
11+
// test
1212
z2ui5.oRouter.attachRouteMatched(function (oEvent) {
1313
z2ui5.checkInit = true;
1414
Server.Roundtrip();

0 commit comments

Comments
 (0)