mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-10 05:24:24 +01:00
7 lines
171 B
HTML
7 lines
171 B
HTML
<header>
|
|
<ul>
|
|
<li ng-repeat="item in items" ui-sref-active="navbar-active">
|
|
<a ui-sref="app.{{ item | lowercase }}">{{ item }}</a>
|
|
</li>
|
|
</ul>
|
|
</header>
|