My page has to 2 components, called top and bottom.
The top has a button, clicking this button will take me to a different page.
The bottom controller has a list, each item on the list has an id.
Here's the issue, the button needs to get the appropriate id from the list when the list item is clicked.
Using Knockout.js how do i pass an id from a list in controller A to a button in another controller B. Can i do this via Subscription?