IE is heavily caching xhr requests. To overcome this problem users suggested to add a random number to the url. For example here
Whereas this will work, I'm looking for a way to add a random number globally / disable IE caching globally, and caching has also be disabled for resource xhr get calls. I'm guessing that I could achieve this goal by using one of the following approaches. But I'm not sure what I exactly have to do..
a) Using $httpProvider.defaults.transformRequest
b) by using request/response promise chaining
which have been added in v 1.1.4