Created
September 17, 2015 10:10
-
-
Save AmilKey/034a2bdb9fea30e51543 to your computer and use it in GitHub Desktop.
states of ember.js model
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
| http://emberjs.com/api/data/classes/DS.RootState.html | |
| * root | |
| * deleted | |
| * saved | |
| * uncommitted | |
| * inFlight | |
| * empty | |
| * loaded | |
| * created | |
| * uncommitted | |
| * inFlight | |
| * saved | |
| * updated | |
| * uncommitted | |
| * inFlight | |
| * loading |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment