$scope.deleteInclTag = function(key) {
        $scope.data.exclTags = addTags($scope.data.exclTags, key);
    }