mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-21 07:24:01 +00:00
11 lines
330 B
HTML
11 lines
330 B
HTML
<div class="col-md-12">
|
|
DSS Radio: Now playing
|
|
<br>
|
|
<a ng-click="playRadio($event)" href="#">
|
|
<i class="fa fa-fw"
|
|
ng-class="radioPlaying ? 'fa-stop text-danger' : 'fa-play text-success'"></i>
|
|
{{radioNowPlaying}}
|
|
</a>
|
|
<i ng-if="radioLoading" class="fa fa-spinner fa-spin"></i>
|
|
</div>
|