fixed search field
parent
ce072d41b1
commit
1c096cd655
@ -1,17 +1,23 @@
|
|||||||
<mat-tab-group id="tab-group" selectedIndex="0" mat-stretch-tabs>
|
<div id="content" fxShow="true" fxHide.lt-md="true">
|
||||||
<mat-tab>
|
<mat-tab-group selectedIndex="0" mat-stretch-tabs>
|
||||||
<ng-template mat-tab-label>
|
<mat-tab>
|
||||||
<mat-icon>people</mat-icon>
|
<ng-template mat-tab-label>
|
||||||
</ng-template>
|
<mat-icon>people</mat-icon>
|
||||||
<social-friends id="friendscontainer"></social-friends>
|
</ng-template>
|
||||||
<social-groups id="groupscontainer"></social-groups>
|
<social-friends id="friendscontainer"></social-friends>
|
||||||
</mat-tab>
|
<social-groups id="groupscontainer"></social-groups>
|
||||||
<mat-tab>
|
</mat-tab>
|
||||||
<ng-template mat-tab-label>
|
<mat-tab>
|
||||||
<mat-icon>search</mat-icon>
|
<ng-template mat-tab-label>
|
||||||
</ng-template>
|
<mat-icon>search</mat-icon>
|
||||||
<home-search class="tab-content"></home-search>
|
</ng-template>
|
||||||
</mat-tab>
|
<home-search class="tab-content"></home-search>
|
||||||
</mat-tab-group>
|
</mat-tab>
|
||||||
|
</mat-tab-group>
|
||||||
|
</div>
|
||||||
|
<div fxShow="true" fxHide.gt-sm="true">
|
||||||
|
<social-friends id="friendscontainer"></social-friends>
|
||||||
|
<social-groups id="groupscontainer"></social-groups>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue