|
@@ -54,7 +54,7 @@
|
|
|
$api.getNotifications(function(data){
|
|
$api.getNotifications(function(data){
|
|
|
$scope.notifications = data;
|
|
$scope.notifications = data;
|
|
|
});
|
|
});
|
|
|
- }, 6000);
|
|
|
|
|
|
|
+ }, 20000);
|
|
|
|
|
|
|
|
$scope.$on('$destroy', function() {
|
|
$scope.$on('$destroy', function() {
|
|
|
$interval.cancel($scope.notificationInterval);
|
|
$interval.cancel($scope.notificationInterval);
|