For each 'entry in entries', I have a button the toggles ng-show to true and displays details about the entry. Currently, this code toggles every entry to ng-show=true. I want each button to only toggle the details for the entry it is located in.For each 'entry in entries', I have a button th