From 8bfcd4ce3f77860d4d9f4c853c4037caab5f7a96 Mon Sep 17 00:00:00 2001 From: Alain-es Date: Thu, 11 Dec 2014 11:41:17 +0000 Subject: [PATCH] using noDirtyCheck directive instead of removing valFormManager directive --- src/Umbraco.Web.UI.Client/src/views/common/dashboard.html | 2 +- .../propertyeditors/changepassword/changepassword.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html b/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html index 80d338cc6e..0ee402a63f 100644 --- a/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html +++ b/src/Umbraco.Web.UI.Client/src/views/common/dashboard.html @@ -1,4 +1,4 @@ -
+
diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html index c8f9c1dcb3..1916a7abb1 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/changepassword/changepassword.html @@ -14,7 +14,7 @@ + val-server="resetPassword" no-Dirty-Check/> @@ -23,7 +23,7 @@ + val-server="oldPassword" no-Dirty-Check/> Required @@ -33,7 +33,7 @@ class="input-large umb-textstring textstring" ng-required="!$parent.model.value.reset" val-server="value" - ng-minlength="{{$parent.model.config.minPasswordLength}}" /> + ng-minlength="{{$parent.model.config.minPasswordLength}}" no-Dirty-Check/> Required Minimum {{$parent.model.config.minPasswordLength}} characters @@ -42,7 +42,7 @@ + val-compare="password" no-Dirty-Check/> Passwords must match