mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Merge pull request #130 from Alfresco/dev-hashraf-auto-ids
Add data-automation-id for breadcrumb checkbox
This commit is contained in:
commit
c7dbb4fcfd
@ -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">
|
<li *ngFor="#r of route; #last = last" [class.active]="last" [ngSwitch]="last">
|
||||||
<span *ngSwitchWhen="true">{{r.name}}</span>
|
<span *ngSwitchWhen="true">{{r.name}}</span>
|
||||||
<a *ngSwitchDefault href="#" (click)="goToRoute(r, $event)">{{r.name}}</a>
|
<a *ngSwitchDefault href="#" (click)="goToRoute(r, $event)">{{r.name}}</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user