Skip to content

Commit

Permalink
Fixed #2935
Browse files Browse the repository at this point in the history
  • Loading branch information
Çağatay Çivici committed May 31, 2017
1 parent 3d95c7e commit f492674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/breadcrumb/breadcrumb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {RouterModule} from '@angular/router';
[ngClass]="{'ui-state-disabled':home.disabled}" [attr.target]="home.target">
<span class="fa fa-home"></span>
</a>
<a *ngIf="home.routerLink" [routerLink]="home.routerLink" [routerLinkActive]="'ui-state-active'" [routerLinkActiveOptions]="home.routerLinkActiveOptions" class="ui-menuitem-link" (click)="itemClick($event, home)"
<a *ngIf="home.routerLink" [routerLink]="home.routerLink" [routerLinkActive]="'ui-state-active'" [routerLinkActiveOptions]="home.routerLinkActiveOptions||{exact:false}" class="ui-menuitem-link" (click)="itemClick($event, home)"
[ngClass]="{'ui-state-disabled':home.disabled}" [attr.target]="home.target">
<span class="fa fa-home"></span>
</a>
Expand Down

0 comments on commit f492674

Please sign in to comment.