I've noticed that when I reload the page, Angular directive templates load in two different ways. The first way is when the browser sends a request to the server and receives a 304 response - everything works fine.
However, the second way is puzzling me because the browser doesn't make a request at all. I'm unsure why this happens.
The issue arises when I make changes to templates in the first group, as those changes appear after the next page reload. However, changes in templates from the second group do not show up. It's quite frustrating.
My question now is: how can I ensure that the browser sends a request to the server for each template?