To be or not to be.That is a question!

---源于莎士比亚的《哈姆雷特》

导航

2013年10月31日 #

Emberjs View and Route

摘要: index.html --> app.jsvar App = Ember.Application.create();App.ApplicationRoute = Ember.Route.extend({ model: function() { return users; }});var users = [ { id: 1, first: 'Ryan', last: 'Florence', avatar: 'https://si0.twimg.com/prof... 阅读全文

posted @ 2013-10-31 13:49 Ijavascript 阅读(215) 评论(0) 推荐(0)