if (!_.isEmpty($scope.repository["exclude_tags"])) {
                $scope.repository.commaExcludeTags = $scope.repository["exclude_tags"].join(", ");
            } else {
                $scope.repository.commaExcludeTags = "";
            }