Skip to content

Instantly share code, notes, and snippets.

@sylg
Last active August 29, 2015 13:56
Show Gist options
  • Save sylg/8866873 to your computer and use it in GitHub Desktop.
Save sylg/8866873 to your computer and use it in GitHub Desktop.
<pusher-connection debug key='my_cool_key'>
<pusher-channel value='best_channel_eva'>
</pusher-channel>
</pusher-connection>
<ul>
<pusher-event value='new_task' task="{{task}}">
<template>
<li>[{{task.status}}] - {{task.name}}</li>
</template>
</pusher-event>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment