Array and loops through but I want to be able to run all of them in parallel instead as I don\'t want to run one after another.
I basically want to store all endpoin
I use q Promise Maybe help
return q.all([function or value1, function or value 2, ......]) .spread(function (result1, result2, ....) { // do somethine })
............