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

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -