From d6dfc934d12c85fc812dcf1544d1ac903daf258e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20Lyngs=C3=B8?= Date: Thu, 25 Jun 2020 21:38:23 +0200 Subject: [PATCH] correct ngdoc type --- .../propertyeditors/blocklist/blocklist.block.component.js | 2 +- .../src/views/propertyeditors/blocklist/blocklist.component.js | 2 +- .../blocklist/blocklist.scopedblock.component.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 f30112568e..df144a2502 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 @@ -2,7 +2,7 @@ "use strict"; /** - * @ngdoc component + * @ngdoc directive * @name umbraco.directives.directive:umbBlockListBlock * @description * The component for a style-inheriting block of the block list property editor. 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 54d664b54e..00a099119f 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 @@ -3,7 +3,7 @@ /** - * @ngdoc component + * @ngdoc directive * @name umbraco.directives.directive:blockListPropertyEditor * @function * 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 e67a568557..1b95b904cb 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 @@ -2,7 +2,7 @@ "use strict"; /** - * @ngdoc component + * @ngdoc directive * @name umbraco.directives.directive:umbBlockListScopedBlock * @description * The component for a style-scoped block of the block list property editor.