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

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -