Last active
October 7, 2017 18:03
-
-
Save cball/1cd9c38c9b7cb880a0da to your computer and use it in GitHub Desktop.
Loading states in Ember with a pod folder structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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