I have a screen that contains a list of information, when clicking on some item I can get its number, for example: Item 5 of array .
The problem is that on another screen I need to display the information of the item that was clicked, and I'm not sure how to pass that reference to another scope ( $scope
).
Can anyone help me please?