From d66c57cfd08704ac6de4be356469848989f9bfde Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 10 Jan 2017 12:05:48 +1100 Subject: [PATCH] Ensures that the Name field shows validation correctly with server side validation - needs Mads to verify this is ok. --- .../src/views/components/editor/umb-editor-header.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-header.html b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-header.html index c274892c65..558f94d387 100644 --- a/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-header.html +++ b/src/Umbraco.Web.UI.Client/src/views/components/editor/umb-editor-header.html @@ -26,7 +26,10 @@ ng-model="name" ng-class="{'name-is-empty': $parent.name===null || $parent.name===''}" umb-auto-focus + val-server-field="Name" required /> +
Required name
+
{{ name }}