0
How can I send data from one tab to another tab by clicking on the "ion-option-button" component? This target tab will have a form, the intention is to edit the data contained in a "". Data for display I managed to do through the:
`<ion-item class="item-remove-animate item-avatar item-icon-right" ng-repeat="chat in chats" type="item-text-wrap" href="#/tab/chats/{{chat.id}}">`
you can do this by getting, passing the data in the url parameter, and retrieving the content, or else via manipulated cookies, but which one would have to set up a routine to record and retrieve this cookie
– Guilherme Lautert