使视图使用模型中的变量的问题

时间:2013-09-04 11:52:44

标签: backbone.js

我在骨干中创建了模型:

我想知道如何使用视图中的模型中的时间戳?

parse : function(response){


                response.id = response._id.$oid;
                response.created = response.created.$date;
                response.timestamp = response.timestamp.$date;

}

如何让视图知道ressponse.timestamp?

0 个答案:

没有答案