mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
disable link element click on routerLink (#62)
This commit is contained in:
committed by
Denys Vuika
parent
fd685a6591
commit
54b4a8193b
@@ -56,7 +56,7 @@
|
||||
<a
|
||||
class="sidenav-menu__item-link"
|
||||
routerLinkActive="sidenav-menu__item-link--active"
|
||||
[routerLink]="item.route.url"
|
||||
[routerLink]="item.disabled? null : item.route.url"
|
||||
[ngClass]="{ 'disabled': item.disabled }"
|
||||
title="{{ item.title || '' | translate }}">
|
||||
<mat-icon>{{ item.icon }}</mat-icon>
|
||||
|
||||
Reference in New Issue
Block a user