I'm using html files in the partials/directives directory as html templates.
When I change a file, the application reloaded, but the browser caches the template, so a refresh itself doesn't help either, only clearing the browser cache.
It looks like the problem is that AngularJS doesn't send if-modified-since and if-none-match headers to the server.