@riemannzeta wrote:
I've got a template with a dropdown built from link-to helpers. Each link-to links to a specified dynamic segment. The dynamic segments share a template that includes a component. When I select a different dynamic segment from the dropdown, the model refreshes, but the component does not appear to rerender.
Can I bind the component to a different event listener than didRender or didInsertElement?
How can I force the component to refresh on transition to a new model? I would have thought that would trigger a rerender.
Posts: 4
Participants: 2