mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
4 lines
131 B
HTML
4 lines
131 B
HTML
<ul class="root">
|
|
<li ng-repeat="entry in currentPane().entries" ng-click="newPane(entry.path, {})">{{ entry.label }}</li>
|
|
</ul>
|