Skip to content

Instantly share code, notes, and snippets.

@quicksnap
Created December 16, 2013 00:52
Show Gist options
  • Select an option

  • Save quicksnap/7980743 to your computer and use it in GitHub Desktop.

Select an option

Save quicksnap/7980743 to your computer and use it in GitHub Desktop.
setupController: (controller, model) ->
store = @get('store')
controller.set 'currencies', store.find('currency').then (items)->
# Do some stuff here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment