Documentation link updated - umbdrawer
This commit is contained in:
committed by
Nathan Woulfe
parent
68997cd219
commit
ede9a18894
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user