Skip to content

Instantly share code, notes, and snippets.

@cball
Last active October 7, 2017 18:03
Show Gist options
  • Save cball/1cd9c38c9b7cb880a0da to your computer and use it in GitHub Desktop.
Save cball/1cd9c38c9b7cb880a0da to your computer and use it in GitHub Desktop.
Loading states in Ember with a pod folder structure
app
|
|-- pods
|
|-- admin
| |
| |-- index
| | |
| | |-- route.js
| | |-- template.hbs
| |
| |-- loading (admin loading state)
| | |
| | |-- template.hbs
| |
| |-- users
| | |
| | |-- loading (admin/users loading state)
| | | |
| | | |-- route.js
| | |
| | |-- index
| | |
| | |-- route.js
| | |-- template.hbs
| |
|-- loading (top-level loading state)
|
|-- template.hbs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment