Uncomented and properly implemented the playlist description #27

This commit is contained in:
Adam Lavin 2015-12-17 00:25:42 +00:00
parent 1405ad7d31
commit 0375130ab6

View file

@ -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