This package has been flagged as retired by the package owner. Continue to use at your own risk
When working with custom angular views in Umbraco, browser caching is a stubborn enemy. Views loaded by Umbraco is cachebusted with a querystring parameter containing the current ClientDependencyFramework version, but views loaded by your own js doesn't get this parameter.
This is a script, that intercepts all requests for html-files, without the querystring parameter for the CDF version, and adds it to them automatically.
End the days of adding your own manul cachebusting methods, and say hello to automatic development bliss.