Documentation link updated - umbdrawer

This commit is contained in:
Adam Werner
2020-10-18 16:20:06 -04:00
committed by Nathan Woulfe
parent 68997cd219
commit ede9a18894

View File

@@ -57,7 +57,7 @@ The drawer component is a global component and is already added to the umbraco m
<ul>
<li>{@link umbraco.directives.directive:umbDrawerView umbDrawerView}</li>
<li>{@link umbraco.directives.directive:umbDrawerHeader umbDrawerHeader}</li>
<li>{@link umbraco.directives.directive:umbDrawerView umbDrawerContent}</li>
<li>{@link umbraco.directives.directive:umbDrawerContent umbDrawerContent}</li>
<li>{@link umbraco.directives.directive:umbDrawerFooter umbDrawerFooter}</li>
</ul>
@@ -106,4 +106,4 @@ function Drawer($location, $routeParams, helpService, userService, localizationS
};
}
angular.module('umbraco.directives').directive("umbDrawer", Drawer);
angular.module('umbraco.directives').directive("umbDrawer", Drawer);