@@ -35,7 +35,9 @@ app.config(['$authProvider', '$httpProvider', '$stateProvider', '$urlRouterProvi
function ($http,$state) {
if(resp.status == 444){
// $state.go('login.signin');
- window.location.href = 'http://localhost:8080';
+ if(window.location.hash !== '#/app/dashboard'){
+ window.location.href = 'http://localhost:8080';
+ }
}
]);