mirror of
https://github.com/danbee/mpd-client
synced 2026-06-21 05:42:21 +00:00
6 lines
155 B
HTML
6 lines
155 B
HTML
<ul class="root">
|
|
<li ng-repeat="entry in currentPane().entries">
|
|
<a href="#" ng-click="newPane(entry.path, {})">{{ entry.label }}</a>
|
|
</li>
|
|
</ul>
|