From 7b10b2ad860ade98b843ed9a6a3c1b53915109ed Mon Sep 17 00:00:00 2001
From: Sercan Yemen
Date: Fri, 27 Oct 2017 11:45:11 +0300
Subject: [PATCH] Added docs about vertical navigation default folded status
---
.../navigation/navigation.component.html | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/app/main/content/components/navigation/navigation.component.html b/src/app/main/content/components/navigation/navigation.component.html
index cbb42e13..ab0ccd47 100644
--- a/src/app/main/content/components/navigation/navigation.component.html
+++ b/src/app/main/content/components/navigation/navigation.component.html
@@ -101,6 +101,23 @@
+
+
+
Vertical Navigation Default Folded Status
+
+
+ It's possible to change the default folded status of the navigation.
+
+
+ Edit the main.component.html
file and look for the [folded]
attribute on
+ fuse-navbar-vertical
components.
+
+
+ Assigning true
to that attribute will make the vertical navigation folded by default.
+
+
+
+
Examples