mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-18 01:06:03 +10:00
[임대현] #9 [Navbar] 자동 새로고침 기능
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@4026 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -398,8 +398,9 @@ pinpointApp.directive('navbar', [ 'cfg', '$rootScope', '$http',
|
||||
if (scope.timeLeft === 0) {
|
||||
scope.update();
|
||||
scope.timeLeft = scope.timeCountDown;
|
||||
} else {
|
||||
$timeout(startUpdate, 1000);
|
||||
}
|
||||
$timeout(startUpdate, 1000);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user