Skip to content

Commit e80a99d

Browse files
committed
Revert "Merge pull request #169 from VilledeMontreal/feature/issue#164-v2"
This reverts commit 616750f, reversing changes made to a06ad69.
1 parent ac3b198 commit e80a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-ui/src/lib/breadcrumb/breadcrumb.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class BaoBreadcrumbComponent implements AfterViewInit {
3131
this.createLiElement();
3232
}
3333
public onContentChange() {
34-
this.createLiElement();
34+
this.setLastLinkAttribute();
3535
}
3636

3737
private createLiElement() {

0 commit comments

Comments
 (0)