[임대현] #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:
Denny Lim
2014-03-24 05:08:48 +00:00
parent 64352c8960
commit 86d3ed3eef
+5 -1
View File
@@ -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()
}
}
]);