show title correctly
This commit is contained in:
parent
2c092d39f2
commit
6d133cfd72
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<i class="icon-pause"></i>
|
||||
</div>
|
||||
<div ng-click="currentInfo()" class="topBarItem">
|
||||
<span>{{ feedItem.title }}</span>
|
||||
<span>{{ nowPlaying.title }}</span>
|
||||
<span ng-show="nowPlaying.duration > 0">
|
||||
<span id="position">{{ audio.currentTime|time:true }}</span>/<span id="duration">{{ audio.duration|time }}</span>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue