diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.createButton.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.createButton.controller.js index 1a0b4f6241..98d4f4ea3a 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.createButton.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/umbBlockListPropertyEditor.createButton.controller.js @@ -4,7 +4,7 @@ angular .module("umbraco") .controller("Umbraco.PropertyEditors.BlockListPropertyEditor.CreateButtonController", - function BlockListController($scope) { + function Controller($scope) { var vm = this; vm.plusPosX = 0;