摘要:
var getJSON = function(url) { var promise = new RSVP.Promise(function(resolve, reject){ var client = new XMLHttpRequest(); client.open("GET", u... 阅读全文
摘要:
App.Router.map(function() { this.resource('topCharts', function() { this.route('choose', { path: '/' }); this.route('albums'); this.route('s... 阅读全文
摘要:
{{#link-to 'photo.comment' nextPhoto primaryComment}} Main Comment for the Next Photo {{/link-to}}在上述示例中,PhotoRoute的模型钩子的参数会包含params.photo_id = ... 阅读全文