Skip to content

Commit 3732b05

Browse files
standup75Cameron Knight
standup75
authored and
Cameron Knight
committed
docs(ngAnimate): ensure the CSS breakdown example uses a compound selector
1 parent 5f29219 commit 3732b05

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)