mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Uncomented and properly implemented the playlist description #27
This commit is contained in:
parent
1405ad7d31
commit
0375130ab6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ angular.module('ponyfm').controller 'playlist', [
|
|||
playlists.fetch($state.params.id).done (playlistResponse) ->
|
||||
$scope.playlist = playlistResponse
|
||||
playlist = playlistResponse
|
||||
#$rootScope.description = "Listen to #{track.title} by #{track.user.name} on the largest pony music site"
|
||||
$rootScope.description = "Listen to #{playlist.title} by #{playlist.user.name} on the largest pony music site"
|
||||
|
||||
$scope.share = () ->
|
||||
dialog = $dialog.dialog
|
||||
|
|
Loading…
Reference in a new issue