You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, if the component being rendered is the same one, the router will not re-render it. But you can force a re-render by adding alwaysRefresh: true to a route config.
Hello
When I try to use the same component with different params the data is not updating. Even the attached method should be called right?
Here is an example code: http://codepen.io/SeoFood/pen/BNdLzX
Everytime I switch from Message Foo to Bar the attached Method should be called.
The text was updated successfully, but these errors were encountered: