From ede9a1889454ad2c933acaa96fa7f3c3bd597aac Mon Sep 17 00:00:00 2001 From: Adam Werner Date: Sun, 18 Oct 2020 16:20:06 -0400 Subject: [PATCH] Documentation link updated - umbdrawer --- .../components/application/umbdrawer/umbdrawer.directive.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbdrawer/umbdrawer.directive.js b/src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbdrawer/umbdrawer.directive.js index e2e94e466f..8fa1bf4a46 100644 --- a/src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbdrawer/umbdrawer.directive.js +++ b/src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbdrawer/umbdrawer.directive.js @@ -57,7 +57,7 @@ The drawer component is a global component and is already added to the umbraco m @@ -106,4 +106,4 @@ function Drawer($location, $routeParams, helpService, userService, localizationS }; } - angular.module('umbraco.directives').directive("umbDrawer", Drawer); \ No newline at end of file + angular.module('umbraco.directives').directive("umbDrawer", Drawer);