Advertisement
ignatov

Untitled

Oct 1st, 2020
732
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery.sap.includeScript("cordova.js");
  2. sap.ui.define([
  3.     "sap/ui/core/mvc/Controller",
  4.     "sap/m/MessageToast",
  5.     "sap/ui/model/json/JSONModel"
  6. ], function(Controller, MessageToast, JSONModel) {
  7.     "use strict";
  8.  
  9.     return Controller.extend("com.Mobile3.controller.View1", {
  10.    
  11.     onInit:function(){ 
  12.     }
  13.     });
  14. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement