docs(ngAnimate): ensure the CSS breakdown example uses a compound selector

This commit is contained in:
standup75
2014-07-11 13:05:45 -04:00
committed by Matias Niemelä
parent 58e94dcde9
commit f1b0d21f97
+2 -2
View File
@@ -46,9 +46,9 @@
* }
*
* .slide.ng-enter { } /* starting animations for enter */
* .slide.ng-enter-active { } /* terminal animations for enter */
* .slide.ng-enter.ng-enter-active { } /* terminal animations for enter */
* .slide.ng-leave { } /* starting animations for leave */
* .slide.ng-leave-active { } /* terminal animations for leave */
* .slide.ng-leave.ng-leave-active { } /* terminal animations for leave */
* </style>
*
* <!--