mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-27 07:17:59 +01:00
9 lines
No EOL
177 B
CoffeeScript
9 lines
No EOL
177 B
CoffeeScript
angular.module('ponyfm').directive 'pfmImageUpload',
|
|
restrict: 'E'
|
|
scope:
|
|
setUploadedImage: '&'
|
|
setGalleryImage: '&'
|
|
controller: [
|
|
'upload'
|
|
(upload) -> (scope) ->
|
|
] |