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

Commit 071cbdb

Browse files
standup75matsko
standup75
authored andcommitted
docs(ngAnimate): ensure the CSS breakdown example uses a compound selector
1 parent a2c7cf9 commit 071cbdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ngAnimate/animate.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
* }
4545
*
4646
* .slide.ng-enter { } /* starting animations for enter */
47-
* .slide.ng-enter-active { } /* terminal animations for enter */
47+
* .slide.ng-enter.ng-enter-active { } /* terminal animations for enter */
4848
* .slide.ng-leave { } /* starting animations for leave */
49-
* .slide.ng-leave-active { } /* terminal animations for leave */
49+
* .slide.ng-leave.ng-leave-active { } /* terminal animations for leave */
5050
* </style>
5151
*
5252
* <!--

0 commit comments

Comments
 (0)