Skip to content

Instantly share code, notes, and snippets.

@superlou
Created August 8, 2013 00:52
Show Gist options
  • Save superlou/6180461 to your computer and use it in GitHub Desktop.
Save superlou/6180461 to your computer and use it in GitHub Desktop.
Library.BooksNewController = Ember.ObjectController.extend
save: (book)->
book.one 'didCreate', this, ->
@transitionToRoute('books.book', book)
console.log 'here'
@get('model').save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment