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