aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngAnimate/animate.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngAnimate/animate.js')
-rw-r--r--src/ngAnimate/animate.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ngAnimate/animate.js b/src/ngAnimate/animate.js
index 93ff9d8c..201d4aab 100644
--- a/src/ngAnimate/animate.js
+++ b/src/ngAnimate/animate.js
@@ -47,10 +47,10 @@
* transition:0.5s linear all;
* }
*
- * .slide > .ng-enter { } /* starting animations for enter */
- * .slide > .ng-enter-active { } /* terminal animations for enter */
- * .slide > .ng-leave { } /* starting animations for leave */
- * .slide > .ng-leave-active { } /* terminal animations for leave */
+ * .slide.ng-enter { } /* starting animations for enter */
+ * .slide.ng-enter-active { } /* terminal animations for enter */
+ * .slide.ng-leave { } /* starting animations for leave */
+ * .slide.ng-leave-active { } /* terminal animations for leave */
* </style>
*
* <!--