angularjs - Equivalent to target="_self" programatically in angular -


is there way full reload of app using

$state.go('/', {}, {reload: true}); 

which have same effect if user clicked link target="_self"?

ok found solution doc:

$window.location.href = '/';


Comments

Popular posts from this blog

java - Checkbox item adds to spinner -

C# MVC AngularJS -

google cloud platform - High memory consumption on idle Kubernetes cluster -