Hi all, I have a single page app with multiple groups. My footer is a reusable element so I need the links in the footer to point to individual groups, is this possible?
For clarity, I have a custom state to link to groups, for example When index's selectedGroup is 'contact-us'
, then show contact-us.
But, this ‘selectedGroup’ custom state is on the index page, I can’t refer to it on the reusable element so how do I open group ‘contact-us’?