angularjs - Why google chrome browser is not reflecting the changes in the code even after refreshing the browser? -
i'm learning angular js tutorial udemy. used http-server
running application locally.
the issue here - when run application using http://localhost:8080
on google chrome, changes make in code not reflecting on browser right away. need close browser , reopen or need open application in google chrome's incognito mode it's working fine.
may know why happening? because of cache? can explain!
you need press ctrl+f5 refresh.ctrl-f5 forces cache refresh, , guarantee if content changed, new content.
Comments
Post a Comment