Skip to content

Instantly share code, notes, and snippets.

@walter
Created February 11, 2013 18:34
Show Gist options
  • Select an option

  • Save walter/4756493 to your computer and use it in GitHub Desktop.

Select an option

Save walter/4756493 to your computer and use it in GitHub Desktop.
example blog form view definition
# form view that matches posts.form template
App.PostsFormView = Em.View.extend
tagName: 'form'
classNames: 'modal fade in form-custom-field-modal'.w()
didInsertElement: ->
@$().modal 'show'
willDestroyElement: ->
@$().modal 'hide'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment