hipster-mvc icon indicating copy to clipboard operation
hipster-mvc copied to clipboard

Fetch models

Open amiuhle opened this issue 12 years ago • 1 comments

Added fetch method to HipsterModel. Sorry for the multiple commits, 2 of them revert the ones from my other pull request.

amiuhle avatar Jul 05 '12 13:07 amiuhle

This should use the defaultSync() method in HipsterSync just like the HipsterCollection.fetch() method does.

The code looks good, but it is redundant (I think) and would prevent people from being able to override the syncing mechanism to, for example, perform local storage.

eee-c avatar Jul 30 '12 01:07 eee-c