Files
grecia/app/assets/javascripts/clipboard_button.js.coffee
Juan Salvador Pérez García 889a15a9bf Poll view redesigned for the dashboard.
Poll view has been redesigned. Now polls are shown like cards. There is
a link that allow sharing the poll.
2018-07-17 17:58:22 +02:00

5 lines
118 B
CoffeeScript

App.ClipboardButton =
initialize: ->
clipboard = new ClipboardJS('.clipboard-btn');
console.log(clipboard);