Property settings dialog: clear validation pattern when nothing is selected

This commit is contained in:
Mads Rasmussen
2015-09-03 14:08:29 +02:00
parent 8825ea9300
commit e8c7918afa

View File

@@ -92,6 +92,7 @@
}
} else {
$scope.model.property.validation.pattern = "";
vm.showValidationPattern = false;
}