Here's a quick sum up of what happened
ng-animate="demo"
.demo-enter
CSS-Defined Animations Before 1.2
class="demo"
.demo.ng-enter
CSS-Defined Animations After 1.2
Before anything else...
Include the
<script src="angular-animate.min.js"></script>
<script>
angular.module('yo', [
'ngAnimate'
]);
</script>
Directives with
Native ngAnimate Support
Directives with
Native ngAnimate Support
+
(Notice how it's being cloned like ngRepeat post-1.2)
Directives with
Native ngAnimate Support
Custom Directives with
Custom Events
Need more information?
http://www.yearofmoo.com/2013/08/remastered-animation-in-angularjs-1-2.html