Skip to content

Instantly share code, notes, and snippets.

@banister
Created April 24, 2013 21:38
Show Gist options
  • Select an option

  • Save banister/5455799 to your computer and use it in GitHub Desktop.

Select an option

Save banister/5455799 to your computer and use it in GitHub Desktop.
listUsers: ->
fetching_users = App.request "user:entities"
@layout = @getLayoutView()
App.mainRegion.show @layout
@showLoading()
fetching_users.done (users) =>
@showPanel users
@showUsers users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment