Fabian Lehmann

Results 2 issues of Fabian Lehmann

Hi John, i started today to play arround with your library. In my "component.js" i´ve defined the following: `var theRootPath = jQuery.sap.getModulePath("CityMap"); sap.ui.getCore().loadLibrary("openui5.googlemaps", [theRootPath,"openui5/googlemaps/"].join("/")); ` In the "index.html" i´ve defined...

Hi all, there is al littel error/type in the excercise 3. Im the Utils.js the ajax post call has the wrong url: $.ajax({ type: "POST", url: "country/country.xsjs", should be change...