vendor/assets/javascripts/angular-animate.js in angular-gem-1.2.20 vs vendor/assets/javascripts/angular-animate.js in angular-gem-1.2.21

- old
+ new

@@ -1,7 +1,7 @@ /** - * @license AngularJS v1.2.20 + * @license AngularJS v1.2.21 * (c) 2010-2014 Google, Inc. http://angularjs.org * License: MIT */ (function(window, angular, undefined) {'use strict'; @@ -50,12 +50,12 @@ * -webkit-transition:0.5s linear all; * transition:0.5s linear all; * } * * .slide.ng-enter { } /&#42; starting animations for enter &#42;/ - * .slide.ng-enter-active { } /&#42; terminal animations for enter &#42;/ + * .slide.ng-enter.ng-enter-active { } /&#42; terminal animations for enter &#42;/ * .slide.ng-leave { } /&#42; starting animations for leave &#42;/ - * .slide.ng-leave-active { } /&#42; terminal animations for leave &#42;/ + * .slide.ng-leave.ng-leave-active { } /&#42; terminal animations for leave &#42;/ * </style> * * <!-- * the animate service will automatically add .ng-enter and .ng-leave to the element * to trigger the CSS transition/animations