Skip to content

Instantly share code, notes, and snippets.

@DavertMik
Created February 8, 2013 15:42
Show Gist options
  • Save DavertMik/4739800 to your computer and use it in GitHub Desktop.
Save DavertMik/4739800 to your computer and use it in GitHub Desktop.
Batman.js - enhancing views
class YourApp.PostsController extends Batman.Controller
new: ->
@set 'post', new YourApp.Post()
@form = @render()
@form.on 'ready', =>
$('#post_title').focus()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment