adds note

This commit is contained in:
Shannon
2020-07-20 14:54:10 +10:00
parent ffe41fcb68
commit 0763d1d272

View File

@@ -171,6 +171,7 @@ function valPropertyMsg(serverValidationManager, localizationService, angularHel
// we find all ngModel controls recursively on this form (but stop recursing before we get to the next)
// umbProperty form). Then for each ngModelController we assign a new $validator. This $validator
// will execute whenever the value is changed which allows us to check and reset the server validator
// TODO: Is this even needed?
function startWatch() {
if (!watcher) {