Hey there, I'm new to AngularJs and have a question for you all. Does a $q promise request in AngularJs overwrite or stack? Here's the scenario...
I have a function called prom function prom{}
that returns a $q promise. So, if I call prom twice, will my initial promise request be replaced by the second call or will it stack and give me two promises?
I hope I made myself clear. Thanks everyone!