使用ember-localforage-adapter在Firefox OS上没有持久数据

时间:2015-09-29 11:57:05

标签: ember.js localforage

我使用此适配器时出现问题。 我是Ember中的一个菜鸟,所以它可能(也可能是)我的错误......

Ember 1.13.8 Ember Localforage Adapter 1.13.1

  • 添加条目很好 - 调用适配器。
  • 启动应用程序时不调用适配器。
  • 重新加载应用时数据丢失。

https://github.com/zalun/stereophoto/tree/master/ember-stereophoto

1 个答案:

答案 0 :(得分:1)

您正在使用peekAll检索stereos/index路由中的所有模型,但在localforage peekAll的适配器中未被覆盖(这意味着其行为没有&# 39;在ember-data中改变了它的原始版本。您应该使用findAll代替。