This has fragments for views.
Please help.
Useful reference: UI5 Demokit
It is to refer to the folder in which all your views, controllers, fragments etc. are stored. Once mapped, you use the relative path to the inside folders, which invoking the views/controllers/fragments.
an alternate solution... this is something I have done on my controller.js files
jQuery.sap.require("path.to.your.other.jsLibrary");
Another option is if you use the script tag in your html and reference the external library.
Add a comment