Skip to content

Instantly share code, notes, and snippets.

@bcherny
Created June 3, 2014 00:59
Show Gist options
  • Save bcherny/e4fbdf8d99e50e50caa2 to your computer and use it in GitHub Desktop.
Save bcherny/e4fbdf8d99e50e50caa2 to your computer and use it in GitHub Desktop.
function fetch (id) { ... }
var ids = [1,2,3,4];
$q
.all(ids.map(fetch))
.then( ... );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment