Hi,
I have the same problem in the moment.
I tried to set $http.defaults.cache to false or put it withing the http config like
$http.get('api/path',{
cache: false
}
But I will always get the same response. I checked with a browser and there I will get the updated content.
Maybe someone can help with the problem.
I only tested on Android.
Cheers,
Martin