ion-item onclick show deteil info in another div
问题 I am now trying to use ionic to build my website. I have constructed my ion-list with ion-item ng-repeat to fetch the data array from my JavaScript file. And I would like to make it clickable and the item's detail information can be shown on the right side of my webpage. When items are not clicked, the right side should be blank. Please refer to the following illustration: I have found an example similar to what I want to do, but I would like to make them in a same page. Any suggestion or