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"> +