Skip to content

Instantly share code, notes, and snippets.

@jakes2255
Created August 22, 2019 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakes2255/9ca9bf87007b668df7ceb7fa4103ce46 to your computer and use it in GitHub Desktop.
Save jakes2255/9ca9bf87007b668df7ceb7fa4103ce46 to your computer and use it in GitHub Desktop.
Custom Controller
sap.ui.define([
"sap/ui/core/mvc/Controller"
], function (Controller) {
"use strict";
return Controller.extend("com.demo.ZDemo_CustomPath.controller.Display", {
onInit: function () {
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment