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

11 lines
No EOL
218 B
CoffeeScript

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