mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
8 lines
190 B
HTML
8 lines
190 B
HTML
<br>
|
|
<ul>
|
|
<li ng-class="{active: isActive(navItem) }" ng-repeat="navItem in items">
|
|
<a href="#/{{navItem}}">
|
|
{{getNavItemName(navItem)}}
|
|
</a>
|
|
</li>
|
|
</ul>
|