2016-02-14 11:53:27 +01:00
|
|
|
<div ng-show="::content.albums.length">
|
2015-10-25 03:35:37 +01:00
|
|
|
<h2>Albums</h2>
|
2016-02-14 11:53:27 +01:00
|
|
|
<pfm-albums-list albums="::content.albums"></pfm-albums-list>
|
2013-08-01 04:47:21 +02:00
|
|
|
</div>
|
|
|
|
|
2016-02-14 11:53:27 +01:00
|
|
|
<div ng-show="::content.singles.length">
|
2015-10-25 03:35:37 +01:00
|
|
|
<h2>Singles</h2>
|
2016-02-14 11:53:27 +01:00
|
|
|
<pfm-tracks-list tracks="::content.singles" class="four-columns no-artist"></pfm-tracks-list>
|
2013-08-01 04:47:21 +02:00
|
|
|
</div>
|
|
|
|
|
2016-02-14 11:53:27 +01:00
|
|
|
<div ng-show="::content.albumTracks.length">
|
2015-10-25 03:35:37 +01:00
|
|
|
<h2>Part of an Album</h2>
|
2016-02-14 11:53:27 +01:00
|
|
|
<pfm-tracks-list tracks="::content.albumTracks" class="four-columns no-artist"></pfm-tracks-list>
|
2015-10-25 03:35:37 +01:00
|
|
|
</div>
|