diff --git a/js/controllers/settingsAutoActions.js b/js/controllers/settingsAutoActions.js index 6c84f69..7a421d5 100644 --- a/js/controllers/settingsAutoActions.js +++ b/js/controllers/settingsAutoActions.js @@ -165,9 +165,9 @@ function ($scope, $interval, BoardService) { .success(function(data) { updateAutoActions(data.data); $scope.loadingActions = false; - $scope.loadActions(); }); }; + $interval($scope.loadActions, 2000); // Wait until boards are loaded to load the actions. $scope.$watch('loadingBoards', function() {