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 -

php - mySQL problems with this code? -

C# MVC AngularJS -