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

8 lines
233 B
HTML

<div id="library" ng-controller="library" ng-class="{ show: show }">
<header>
<a class="close" href="#" ng-click="hide()">Close</a>
<h1>Library</h1>
</header>
<ng-include src="currentPanelTemplate"></ng-include>
</div>