caplet.js icon indicating copy to clipboard operation
caplet.js copied to clipboard

Async for model only

Open nijikokun opened this issue 10 years ago • 1 comments

I know that collections has a load, but why not a model?

Sometimes you want to load a single model, not an entire collection...

nijikokun avatar Jul 30 '15 00:07 nijikokun

Both collections and models should have the ability to load data asynchronously, you just have to define a load method in that case. See my last comment on #63.

crcn avatar Aug 01 '15 17:08 crcn