You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
If you run that with templateUrl set to template.html (a file) you will see the div's flash green on load. But if you try to click them nothing happens.
If you change the templateUrl (in app.js) to be template-inline.html (a script tag) the opposite is true. You don't get the animation but the click works.
Using only ng-click or ng-animate seems to work in both cases.
The plunk includes the version of angular.js that I build from master around 3pm GMT on the 2nd May