Remove songs_lite.html
It seems unused.
This commit is contained in:
parent
9f24576d04
commit
f1f5351001
1 changed files with 0 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
<li class="row song" ng-repeat="o in song" ng-click="selectSong(o)" ng-dblclick="playSong(o)" ng-class="{'selected': o.selected, 'playing': o.playing}">
|
|
||||||
<div class="itemactions">
|
|
||||||
<a class="remove" href="" title="Remove Song" ng-click="removeSongFromQueue(o)" stop-event="click"></a>
|
|
||||||
<a href="" title="Star" ng-class="{'favorite': o.starred, 'rate': !o.starred}" ng-click="toggleStar(o)" stop-event="click"></a>
|
|
||||||
<div class="clear"></div>
|
|
||||||
</div>
|
|
||||||
<div class="title floatleft" title="{{o.description}}" ng-bind-html="o.name"></div>
|
|
||||||
<div class="time floatleft">{{o.time}}</div>
|
|
||||||
<div class="clear"></div>
|
|
||||||
</li>
|
|
Loading…
Add table
Add a link
Reference in a new issue