diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js index dcb3825d8ab7..58a944223d87 100644 --- a/src/ng/directive/ngIf.js +++ b/src/ng/directive/ngIf.js @@ -59,9 +59,7 @@ padding:10px; } - /* - The transition styles can also be placed on the CSS base class above - */ + //!annotate CSS Specificity|The transition styles can also be placed on the CSS base class above .animate-if.ng-enter, .animate-if.ng-leave { -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s; transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;