I am writing an application whose data has several links to images that I assign to the ng-src (Angular src) directive. the image gets stuck from time to time, and I see a βpendingβ status on the network debugging tab. The image is received in a minute or so. within the same minute I take the url of the image and put it in another browser and the image is immediately displayed
Any ideas what this could be?
thanks a lot lior
I came across this when running angular / yoman / grunt.
It seems I fixed it using localhost instead of 127.0.0.1 in my url.
localhost
127.0.0.1
Then all the images appeared.
Although now I see that the old url is working ...?
Probably worth a try, anyway.
Source: https://habr.com/ru/post/1486667/More articles:Regex for matching hyphens in a string 0 or 1 times - c #Can I customize properties in the app.config file? - c #Is one syntax the best choice for anonymous handlers? - c #using ggplot2 to build a mixed effects model - rAnaconda NumbaPro CUDA Error - pythonChange last word in line in vim - vimiOS ARC complete? - ioshow to transfer data in a hidden field from one jsp page to another? - jspA fragment with only one instance can be created - androidIs it good practice to call a function inside a destructor in C ++ - c ++All Articles