$scope.removeAll = function() {
        $scope.data.exclTags = addTags($scope.data.exclTags, $scope.data.inclTags);
        $scope.data.inclTags = "";
    };