Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Last active August 29, 2015 14:12
Show Gist options
  • Save lolmaus/058d7ebf98c14cec7fb9 to your computer and use it in GitHub Desktop.
Save lolmaus/058d7ebf98c14cec7fb9 to your computer and use it in GitHub Desktop.
StatsController = Ember.Controller.extend
currentSelection: Ember.computed -> this.createSelection()
createSelection: -> @store.createRecord 'selection'
actions:
reset: -> @set 'currentSelection', @createSelection()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment