$scope.deleteExclTag = function(key) {
        $scope.data.inclTags = addTags($scope.data.inclTags, key);
    }