diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js index fb47ffdaab..ab2590e249 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.block.component.js @@ -1,15 +1,13 @@ (function () { "use strict"; - /** * @ngdoc component - * @name Umbraco.umbBlockListBlockContent - * @function - * + * @name umbraco.directives.directive:umbBlockListBlockContent * @description * The component for a style-inheriting block of the block list property editor. */ + angular .module("umbraco") .component("umbBlockListBlockContent", { diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js index 542cc3c482..54d664b54e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.component.js @@ -4,7 +4,7 @@ /** * @ngdoc component - * @name Umbraco.Editors.BlockList.blockListPropertyEditor + * @name umbraco.directives.directive:blockListPropertyEditor * @function * * @description diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js index b778abc35b..f0a387f1e8 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/blocklist/blocklist.scopedblock.component.js @@ -3,9 +3,7 @@ /** * @ngdoc component - * @name Umbraco.umbBlockListScopedBlockContent - * @function - * + * @name umbraco.directives.directive:umbBlockListScopedBlockContent * @description * The component for a style-scoped block of the block list property editor. */