Check out the code in jsFiddler here
After reviewing the code, it's clear that when the add button is clicked, a new item is pushed to the $scope.p. Each item in the ng-repeat loop has an event-binding and everything functions correctly. However, once the 'ng-animate' attribute is added, the event fails to trigger. Thank you for your assistance!