用angular 开发web, 想在用户关闭浏览器的时候保存当前数据到localStorage。但是没办法在controller中监听到浏览器关闭事件,求大神给说个想法!!感激不尽!
angularjs should not have this method, you can try window.onbeforeunload.
angularjs should not have this method, you can try window.onbeforeunload.