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