angularjs code changes do not show up after browser refresh

后端 未结 17 1713
北海茫月
北海茫月 2020-12-13 09:35

Any time, I make code changes in .hmtl file or the .js file, the browser still renders the old code and my new code changes don\'t show up in the browser result.

Fo

17条回答
  •  爱一瞬间的悲伤
    2020-12-13 10:07

    This happens because of cache stored by the browser. Before running your application you can delete cache and cookies stored by your browser.

提交回复
热议问题