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