我的問題非常特定於骨幹關聯(http://dhruvaray.github.io/backbone-associations)。我想知道在嵌套模型上設置屬性時是否可以合併屬性。這裏是一個減少的問題: // define the Layout model
var Layout = Backbone.AssociatedModel.extend();
// define the User mod
我有一個地址模型與1-1關係的員工模型。我想讓Employee模型知道地址是否發生了一些變化,而這些變化正在被視圖監聽。 var Employee = Backbone.AssociatedModel.extend({
relations: [
{
type: Backbone.One, //nature of the relationship