Pony.fm/resources/assets/scripts/app/controllers/artist-profile.coffee
2015-08-31 16:42:23 +01:00

10 lines
No EOL
249 B
CoffeeScript

window.pfm.preloaders['artist-profile'] = [
'artists', '$state'
(artists, $state) ->
artists.fetch $state.params.slug, true
]
angular.module('ponyfm').controller "artist-profile", [
'$scope', 'artists', '$state'
($scope, artists, $state) ->
]