Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是正确的方法,或者是否可以扩展 Ember-Data 状态?
例如,我想将一个新的事件处理程序添加到“已保存”状态,但我无法在测试或“文档”™ 中找到任何执行此操作的内容。
我一直有同样的问题,我最终复制了包含 DS.StateManager 定义的闭包中的所有内容。不幸的是,由于它处于关闭状态,因此您无能为力...我将努力寻找更好的方法来做到这一点,但是目前这是我发现的最好的方法。