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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -