Skip to content

Commit

Permalink
change arrow direction when sidebar collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
Polatouche committed Dec 1, 2018
1 parent 2d45415 commit 453a730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout/components/sidebar/sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
</div>
</div>
<div class="toggle-button" [ngClass]="{collapsed: collapsed}" (click)="toggleCollapsed()">
<i class="fa fa-fw fa-angle-double-left"></i>&nbsp;
<i class="fa fa-fw fa-angle-double-{{collapsed?'right':'left'}}"></i>&nbsp;
<span>{{ 'Collapse Sidebar' | translate }}</span>
</div>
</nav>

0 comments on commit 453a730

Please sign in to comment.