1
0
mirror of https://github.com/danbee/mpd-client synced 2025-03-04 08:39:09 +00:00
mpd-client/public/panels/root.html
2014-04-15 18:16:11 +01:00

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>