mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-27 13:46:45 +10:00
[임대현] #54 sso 로그인 세션 종료되었을 때 ajax 호출 오류 처리.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@3519 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -84,6 +84,10 @@ pinpointApp.run([ '$rootScope', '$timeout', '$modal', '$location', '$cookies', '
|
||||
return angular.isDefined($cookies.SMSESSION);
|
||||
};
|
||||
|
||||
oLoginModal = $modal({template: 'views/login.modal.html', backdrop: 'static', placement: 'center'});
|
||||
oLoginModal = $modal({template: 'views/login.modal.html', backdrop: 'static', placement: 'center', show: false});
|
||||
|
||||
if ($location.host() === 'hi.iamdenny.com') {
|
||||
oLoginModal.show()
|
||||
}
|
||||
}
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user