javascript - Reload the tabs in angularjs -


i have problem!

i have 2 tabs user's info , in header-bar 1 switch change user. use this:

$state.transitionto($state.current, $stateparams, {     reload: true,     inherit: false,     notify: true   }); 

with change user in title tabs don't show change, need refresh de app f5.

any help?

you can use location reload app this:

$location.path('/url') 

Comments

Popular posts from this blog

java - OnDragListener Fires Several Times? -

spring - "Dispatcher has no subscribers" during startup -