ngx-admin/src/app/theme/components/baContentTop/baContentTop.html
Hristo Georgiev f92922d5ba Update baContentTop.html to comply with ng2 links
Use the routerLink directive instead of a href attribute
2016-08-21 18:50:13 +03:00

9 lines
238 B
HTML

<div class="content-top clearfix">
<h1 class="al-title">{{ activePageTitle }}</h1>
<ul class="breadcrumb al-breadcrumb">
<li>
<a routerLink="/pages/dashboard">Home</a></li>
<li>{{ activePageTitle }}</li>
</ul>
</div>