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)
浙公网安备 33010602011771号