Skip to content

Instantly share code, notes, and snippets.

@DavertMik
Created February 8, 2013 15:59
Show Gist options
  • Save DavertMik/4739914 to your computer and use it in GitHub Desktop.
Save DavertMik/4739914 to your computer and use it in GitHub Desktop.
BatmanJS dynamic rendering
<ul>
<li data-foreach-post="posts">
<div data-view="PostView">
Post: <span data-bind="post.title"></span>
</div>
</li>
</ul>
class PostView extends Batman.View
render: ->
$(@.get('node')).animate()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment