The html of my ng-include always automatically caches the html file, causing it to not change when modified. What is the situation? chromium browser
include contains a template, so it will be cached. As for the modification changes you mentioned, I think you can use data, that is, use binding in your template to change it.
include contains a template, so it will be cached. As for the modification changes you mentioned, I think you can use data, that is, use binding in your template to change it.