These will show the loading (busy) state of page before page loads
sap.ui.core.BusyIndicator.show(0);
...
sap.ui.core.BusyIndicator.hide();
for reference see: JS Bin - Collaborative JavaScript Debugging
These will show the loading (busy) state of page before page loads
sap.ui.core.BusyIndicator.show(0);
...
sap.ui.core.BusyIndicator.hide();
for reference see: JS Bin - Collaborative JavaScript Debugging