Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f1b0d21

Browse files
standup75matsko
standup75
authored andcommitted
docs(ngAnimate): ensure the CSS breakdown example uses a compound selector
1 parent 58e94dc commit f1b0d21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngAnimate/animate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
* }
4747
*
4848
* .slide.ng-enter { } /* starting animations for enter */
49-
* .slide.ng-enter-active { } /* terminal animations for enter */
49+
* .slide.ng-enter.ng-enter-active { } /* terminal animations for enter */
5050
* .slide.ng-leave { } /* starting animations for leave */
51-
* .slide.ng-leave-active { } /* terminal animations for leave */
51+
* .slide.ng-leave.ng-leave-active { } /* terminal animations for leave */
5252
* </style>
5353
*
5454
* <!--

0 commit comments

Comments
 (0)