ember check if model settled before displaying

Developer from somewhere

If you have a model with relationships, the

1
isSettled
property could be of some use, to avoid drawing only partial state, in case of ajax, or even screen flickering:


  Display some data here

  Loading ...