ledgerrb/public/app/js/templates/navbar.tpl.html

8 lines
171 B
HTML
Raw Normal View History

<header>
<ul>
<li ng-repeat="item in items" ui-sref-active="navbar-active">
<a ui-sref="app.{{ item | lowercase }}">{{ item }}</a>
</li>
</ul>
</header>