Skip to content

Instantly share code, notes, and snippets.

@alexspeller
Forked from lolmaus/controllers_stats.coffee
Created December 29, 2014 14:36
Show Gist options
  • Save alexspeller/4a0014a04c02ca6d2fdc to your computer and use it in GitHub Desktop.
Save alexspeller/4a0014a04c02ca6d2fdc to your computer and use it in GitHub Desktop.
StatsController = Ember.Controller.extend
currentSelection: Ember.computed ->
value = @store.createRecord('selection')
value.populate()
value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment