fixed the grid layout schema and fixed layout bugs (#847)

* fixed the grid layout schema and fixed layout bugs
This commit is contained in:
Leila Lali
2018-03-06 15:33:47 -08:00
committed by GitHub
parent 9f5268101d
commit 1d284ea66a
3 changed files with 55 additions and 13 deletions

View File

@@ -163,6 +163,7 @@ export class DashboardNavSection extends DashboardTab implements OnDestroy, OnCh
public handleTabChange(tab: TabComponent): void {
let localtab = this._tabs.find(i => i.id === tab.identifier);
this._cd.detectChanges();
localtab.layout();
}
}