You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
window.onbeforeunload = function () {
if (window.beforeUnloadHandler) {
var result = window.beforeUnloadHandler();
if (!(result === undefined))
return result;
}
cfpLoadingBar.start();
};
It is works perfectly in chrome but don't work in safari. Also I noticed that if I set breakpoint after cfpLoadingBar.start(); the loadind bar is showed.
angular-loading-bar v0.9.0
The text was updated successfully, but these errors were encountered:
AmarieEA
changed the title
show loading bar on postbacks
show loading bar on postbacks in safari
Nov 21, 2016
I want to show the loading bar on postbacks.
In my loading-bar.js I add:
It is works perfectly in chrome but don't work in safari. Also I noticed that if I set breakpoint after cfpLoadingBar.start(); the loadind bar is showed.
angular-loading-bar v0.9.0
The text was updated successfully, but these errors were encountered: