Sha256: 02e96d92922118b3d594b8dadfc88d98eede08839a6f78baa8aba41ac15cad0b

Contents?: true

Size: 367 Bytes

Versions: 5

Compression:

Stored size: 367 Bytes

Contents

class <%= js_application_name %>.<%= @file.camelize %> extends Batman.View
  viewDidAppear: ->
    # Your node is in the DOM and ready to accept instructions (aka jQuery)

  # buttonWasClicked: (node, event, view) ->
    # You can put all of your event handlers in this view file. You can access
    # data by using `view.lookupKeypath('someData')` or `@controller`.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
batman-rails-0.16.1 lib/templates/batman/view.coffee
batman-rails-0.16.0 lib/templates/batman/view.coffee
batman-rails-0.15.4 lib/templates/batman/view.coffee
batman-rails-0.15.3 lib/templates/batman/view.coffee
batman-rails-0.15.2 lib/templates/batman/view.coffee