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 数据中模型的原始属性值?考虑一个带有 H1 标题绑定到模型属性的 html 表单。现在,当属性更改时,标题也会更改。有点奇怪。我想绑定原始值并仅在成功提交后更新绑定。
在这种情况下,您需要绑定到您的另一个属性,ObjectController然后仅在需要时将这些更改推送到模型。
ObjectController