From 0763d1d27200426f04feffc70fc691428d361228 Mon Sep 17 00:00:00 2001 From: Shannon Date: Mon, 20 Jul 2020 14:54:10 +1000 Subject: [PATCH] adds note --- .../src/common/directives/validation/valpropertymsg.directive.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/validation/valpropertymsg.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/validation/valpropertymsg.directive.js index 979ac23bb3..cbbd78bfe1 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/validation/valpropertymsg.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/validation/valpropertymsg.directive.js @@ -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) {