Pony.fm/public/scripts/app/directives/tracks-list.coffee

11 lines
218 B
CoffeeScript
Raw Normal View History

2013-08-01 04:47:21 +02:00
angular.module('ponyfm').directive 'pfmTracksList', () ->
restrict: 'E'
templateUrl: '/templates/directives/tracks-list.html'
scope:
tracks: '=tracks',
class: '@class'
controller: [
'$scope'
($scope) ->
]