I have a $ http.get request in my application as it can be seen at AngularJS ng-repeat does not return data, returns always empty
But I'm getting a Warning in the browser console with the following message:
Synchronous XMLHttpRequest on the main thread is deprecated
because of its detrimental effects to the end user's experience.
How can I resolve this?