mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 13:37:59 +01:00
4 lines
125 B
CoffeeScript
4 lines
125 B
CoffeeScript
angular.module('ponyfm').directive 'pfmEatClick', () ->
|
|
(scope, element) ->
|
|
$(element).click (e) ->
|
|
e.preventDefault()
|