Sha256: ba5a1824913e371994054ba175143b97a060ae18085a95fce61b5ee2030a10ad

Contents?: true

Size: 199 Bytes

Versions: 4

Compression:

Stored size: 199 Bytes

Contents

sap.ui.define([
   "sap/ui/core/mvc/Controller"
], function (Controller) {
   "use strict";
   return Controller.extend("sample.controller.NotFound", {
      onInit: function () {
      }
   });
});

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fiveapples-0.0.4 lib/ui5/controller/NotFound.controller.js
fiveapples-0.0.3 lib/ui5/controller/NotFound.controller.js
fiveapples-0.0.2 lib/ui5/controller/NotFound.controller.js
fiveapples-0.0.1 lib/ui5/controller/NotFound.controller.js