[임대현] #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:
Denny Lim
2014-06-17 00:07:00 +00:00
parent 9999ec138e
commit 84a6ef653e
+2 -1
View File
@@ -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);
}
};