0

I have a problem!

I have 2 tabs with user's info and in the header-bar 1 switch to change the user. I use this:

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

With this i change the user in the title but the tabs don't show this change, I need refresh de app with f5.

Any help?

1 Answer 1

1

You can use location to reload your app like this:

$location.path('/url')
Sign up to request clarification or add additional context in comments.

1 Comment

thanks for your answer, but not found. Could load start the tab's content with ng-load or similar?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.