How to trigger a controller function after an Animation in Angular JS
问题 I have come to a standstill in terms on threading together a sequence of Animations and then a controller action. What I basically want to do is basically 1. click on a button/div, 2.Trigger an Animation, 3. Once animation is complete run a function in a controller that resets the button/div I have completed steps 1 & 2 and just need to get the last bit done. Here is the Button <button ng-class="{'clicked':clicked, 'correct' : answer.answer == 'correct' }" ng-click="clicked = true" ng-repeat=