diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index a6bae77add3c..c080ddf10bd6 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -402,7 +402,7 @@ * * ```css * /* the transition tells ngAnimate to make the animation happen */ - * .slide.ng-enter { transition:0.5s linear all; } + * .slide.ng-animate { transition:0.5s linear all; } * * /* this extra CSS class will be absorbed into the transition * since the $animateCss code is adding the class */