我有一個通用的視圖,除了6種不同類型的模型。 我創建視圖,並通過在這樣的模型: var view = new MyView({
model: myModelType //can be 1 of 6 different model types
});
在視圖中,我需要顯示一個子視圖,但僅當該模型是某種類型的不。 在視圖中,我只提到像'this.model'這樣的模型。有沒有辦法
這些路徑的URL,我的服務器有: GET /watchlists
GET /watchlists/:id
POST /watchlists // Create a new watchlists
PUT /watchlists/:id // Change attributes of watchlists (Like name)
POST /watchlists/:id/movies // A