Skip to content

Commit e856119

Browse files
author
Mattia Dal Ben
committed
Changed pf-VerticalNavigation - Router ngdoc example description
1 parent e13a65a commit e856119

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/navigation/examples/vertical-navigation-router.js

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,7 @@
33
* @name patternfly.navigation.directive:pfVerticalNavigation - Router
44
*
55
* @description
6-
* Directive for vertical navigation. This sets up the nav bar header with the collapse button (hamburger) and the
7-
* application brand image (or text) as well as the vertical navigation bar containing the navigation items. This
8-
* directive supports primary, secondary, and tertiary navigation with options to allow pinning of the secondary and
9-
* tertiary navigation menus as well as the option for persistent secondary menus.
10-
* <br><br>
11-
* The remaining parts of the navbar header can be transcluded.
12-
* <br><br>
13-
* Tha navigation items are marked active based on the current location and the href value for the item. If not using
14-
* href's on the items to navigate, set update-active-items-on-click to "true".
15-
* <br><br>
16-
* This directive works in conjunction with the main content container if the 'container-pf-nav-pf-vertical' class
17-
* selector is added to the main content container.
6+
* This example shows how to use pfVerticalNavigation with angular-ui-router's $states and uiSrefs.
187
*
198
* @param {string} brandSrc src for brand image
209
* @param {string} brandAlt Text for product name when brand image is not available

0 commit comments

Comments
 (0)