angular.js - When angular uses $state.go() to jump, the page will not return to the top
巴扎黑2017-05-15 17:06:47
0
1
470
As mentioned, I have used the reload attribute, $state.go('url',{},{reload:true}; but that only refreshes the data, and the page does not jump to the beginning
You need to use this $anchorScroll
Official website link