lundi 21 mars 2016

How to disable data adapter in Ember.js to only use browser storage?

I'm building an application that only does CRUD operations on data directly in the browser so that the user can export it later as a JSON file.

I'm new to ember and read a bit about the store.

I tried to use it but everytime I try to save my data, the store is calling the adapter to save the data on the server (which I don't have)

Is it possible to disable that and only use the storage in the browser ? Is there a cleaner way to do this ? What would that be ?

Any suggestions are welcomed




Aucun commentaire:

Enregistrer un commentaire