mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Add data-automation-id for breadcrumb checkbox
This commit is contained in:
parent
f6964aed77
commit
b9a30d34c1
@ -1,4 +1,4 @@
|
||||
<ol *ngIf="breadcrumb" class="breadcrumb">
|
||||
<ol *ngIf="breadcrumb" data-automation-id="breadcrumb" class="breadcrumb">
|
||||
<li *ngFor="#r of route; #last = last" [class.active]="last" [ngSwitch]="last">
|
||||
<span *ngSwitchWhen="true">{{r.name}}</span>
|
||||
<a *ngSwitchDefault href="#" (click)="goToRoute(r, $event)">{{r.name}}</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user