From 936b903b24ca9c5c13955a90de93cf7eb4630714 Mon Sep 17 00:00:00 2001 From: Dan Lister Date: Tue, 7 Oct 2014 10:43:37 +0100 Subject: [PATCH] Fixes: U4-5602 Dropdown List data type now shows an empty option after a page is saved --- .../src/views/propertyeditors/dropdown/dropdown.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdown/dropdown.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdown/dropdown.html index 00788f073a..1459400f23 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdown/dropdown.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/dropdown/dropdown.html @@ -4,7 +4,8 @@ class="umb-editor umb-dropdown" ng-switch-default ng-model="model.value" - ng-options="item.id as item.value for item in model.config.items"> + ng-options="item.id as item.value for item in model.config.items"> +