Answer the question
In order to leave comments, you need to log in
How to refresh the page when you go to it?
Please tell me how to use Angular to force the page to always update (redraw the dom) when switching to it from other pages.
Answer the question
In order to leave comments, you need to log in
$rootScope.$on('$stateChangeSuccess', function() {
$state.go($state.current, {}, {reload: true});
});
And why is this even necessary? What would some functions work correctly? It's a strange question for me...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question