Skip to content

Instantly share code, notes, and snippets.

@thenickcox
Last active August 29, 2015 14:11
Show Gist options
  • Save thenickcox/ab3ed7238dc3bf90294f to your computer and use it in GitHub Desktop.
Save thenickcox/ab3ed7238dc3bf90294f to your computer and use it in GitHub Desktop.
$ ->
App.albums = new App.Collections.Albums
App.albumsListView = new App.Views.AlbumsListView(collection: App.albums)
App.albums.fetch
success: ->
App.albumsListView.setPlaceholder()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment