摘要: var getJSON = function(url) { var promise = new RSVP.Promise(function(resolve, reject){ var client = new XMLHttpRequest(); client.open("GET", u... 阅读全文
posted @ 2015-08-04 17:35 xjinza 阅读(148) 评论(0) 推荐(0) 编辑
摘要: App.Router.map(function() { this.resource('topCharts', function() { this.route('choose', { path: '/' }); this.route('albums'); this.route('s... 阅读全文
posted @ 2015-08-04 15:23 xjinza 阅读(281) 评论(0) 推荐(0) 编辑
摘要: {{#link-to 'photo.comment' nextPhoto primaryComment}} Main Comment for the Next Photo {{/link-to}}在上述示例中,PhotoRoute的模型钩子的参数会包含params.photo_id = ... 阅读全文
posted @ 2015-08-04 09:41 xjinza 阅读(147) 评论(0) 推荐(0) 编辑