Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
We develop in incognito mode and do ctrl + F5 to clear the cache. Annoying but it's consistent
-
Angular caching is a pain in the ass.
We found an issue in there with the embedded HTML5 video player where clicking a next or back button changes the video URL. Due to angular caching it sometimes loads the old video with the new URL.
Having to use flash video because of it :-/ -
Anyone figure out an issue to this angular caching? We have the same issue at work
God damn Angular and HTML view caching... let me do changes without breaking my entire app!
undefined
angular
javascript