Angular JS – Combining two http requests into one promise

As developers we often find ourselves doing things we shouldn’t be doing, and putting best practices aside for the sake of a “solution.” In my case I found myself needing data that was not in our API end point, because it was customized to suit another application’s needs. So I had to make another APIContinue reading “Angular JS – Combining two http requests into one promise”