Skip to content

Instantly share code, notes, and snippets.

@jaybill
Created September 18, 2014 21:03
Show Gist options
  • Save jaybill/3b4e4e7255b79fc4dac2 to your computer and use it in GitHub Desktop.
Save jaybill/3b4e4e7255b79fc4dac2 to your computer and use it in GitHub Desktop.
Q.all(promises).then(function() {
console.log("Promises resolved");
posts.forEach(function(post, index) {
fpAuthors[index].blogPost = post;
});
console.log("whatnow");
var $blogTeaser = $(JST["blogteaser"](fpAuthors));
console.log($blogTeaser);
$('._blogTeaser').append($blogTeaser);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment