mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +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>
|