Pony.fm/public/scripts/app/directives/tracks-list.coffee
2013-07-31 21:47:21 -05:00

11 lines
No EOL
218 B
CoffeeScript

angular.module('ponyfm').directive 'pfmTracksList', () ->
restrict: 'E'
templateUrl: '/templates/directives/tracks-list.html'
scope:
tracks: '=tracks',
class: '@class'
controller: [
'$scope'
($scope) ->
]