Using ion modal with ng-repeat

I have a list using ng-repeat for a list of contacts. But on the list I limit the amount of information shown. What I want to achieve is for when a user clicks on a contact it will open a modal with the expanded information for that contact. How do I pass that contact information to the ionic modal?

Thanks in advanced.