[ADF-2703] Info Drawer - Header does not navigate to name of default tab. (#3192)

* Selected Tab is getting highlited if value of selectedIndex is passed to adf-info-drawer.
This commit is contained in:
camorra-skk
2018-04-18 01:41:26 +05:30
committed by Eugenio Romano
parent fabb6f4450
commit 1b2bd6220e
2 changed files with 6 additions and 1 deletions

View File

@@ -134,7 +134,7 @@
<div *ngIf="!isLoading" fxLayout="row" fxFlex="1 1 auto">
<ng-container *ngIf="allowSidebar && showSidebar">
<div class="adf-viewer__sidebar adf-viewer__sidebar__{{sidebarPosition}}" fxFlexOrder="{{sidebarPosition === 'left'? 1 : 4 }}">
<div class="adf-viewer__sidebar" [ngClass]="getSideBarStyle()" fxFlexOrder="{{sidebarPosition === 'left'? 1 : 4 }}">
<ng-container *ngIf="sidebarTemplate">
<ng-container *ngTemplateOutlet="sidebarTemplate;context:sidebarTemplateContext"></ng-container>
</ng-container>