angularjs - How to force Firefox to bypass BFCache for Angular.JS partials? -


i'm working on angular.js page , making changes html 'partial'. refreshing page causes firefox correctly re-request main html page server, subsequent 'partial' templates rendered client-side never re-requested , instead grabbed bfcache, changes files aren't detected.

screenshot firebug: bfcache firebug screenshot

i can confirm via development server (django) partials never requested.

i've tried every kind of refresh, including reload plus extension.

these less ideal, 2 options appear address problem.

one clear cache addon, can configured clear disk , memory cache , reload current tab. i'm not sure if clears cache or current tab's domain, it's entire cache.

the other disable browser cache in firebug:firebug disable cache

i'm not sure if disables cache current page, current domain, or everywhere.

it'd still nice have 'reload page , referenced page' option.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

datatable - Matlab struct computations -